Skip to content

Commit

Permalink
example: format.
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo committed Dec 3, 2024
1 parent cd34746 commit 5b2201e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ await pglite.electric.syncShapeToTable({
url: `${ELECTRIC_URL}/v1/shape`,
table: 'todos',
},
shapeKey: `todos`,
shapeKey: 'todos',
table: 'todos_synced',
primaryKey: ['id'],
})
Expand Down

0 comments on commit 5b2201e

Please sign in to comment.