[#60] fix list api docs example

This commit is contained in:
毛亚琛
2022-07-11 02:07:04 +08:00
committed by GitHub
parent 7b2d88fa30
commit 1dfc314bc1
@@ -84,7 +84,7 @@
}); });
// alternatively you can also fetch all records at once via getFullList: // alternatively you can also fetch all records at once via getFullList:
client.Records.getFullList("${collection?.name}", 200 /* batch size */); client.Records.getFullList("${collection?.name}", 200 /* batch size */)
.then(function (records) { .then(function (records) {
// success... // success...
}).catch(function (error) { }).catch(function (error) {