Skip to content

Commit

Permalink
[pocketbase#60] fix list api docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
clysto authored Jul 10, 2022
1 parent 7b2d88f commit 1dfc314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/collections/docs/ListApiDocs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
});
// 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) {
// success...
}).catch(function (error) {
Expand Down

0 comments on commit 1dfc314

Please sign in to comment.