Skip to content

Commit

Permalink
fixed list js example
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Aug 9, 2022
1 parent a355c8e commit ac0c23f
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 @@ -98,7 +98,7 @@
// fetch a paginated records list
const resultList = await client.records.getList('${collection?.name}', 1, 50, {
filter: 'created >= '2022-01-01 00:00:00'',
filter: 'created >= "2022-01-01 00:00:00"',
});
// alternatively you can also fetch all records at once via getFullList:
Expand Down

0 comments on commit ac0c23f

Please sign in to comment.