diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/db.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index a0a7eb3..4978a67 100644 --- a/examples/db.json +++ b/examples/db.json @@ -360,14 +360,14 @@ "id": "sample-1", "title": "Sample 1", "artist": "alexandra-leykauf", - "__index": 1, + "__index": 0, "dateCreated": "Tue, 02 Mar 2021 17:31:33 GMT" }, { "id": "sample-2", "title": "Sample 2", "artist": "alexandra-leykauf", - "__index": 0, + "__index": 1, "dateCreated": "Tue, 02 Mar 2021 17:31:37 GMT" }, { |
