Skip to content

Commit

Permalink
fix (example): fix database ID option in linearlite example (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp authored Nov 28, 2024
1 parent d00ebaf commit 9495879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/linearlite/src/shapes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { baseUrl, databaseId, token } from './electric'
export const issueShape: ShapeStreamOptions = {
url: `${baseUrl}/v1/shape/`,
table: `issue`,
databaseId,
params: {
token,
database_id: databaseId,
},
}

0 comments on commit 9495879

Please sign in to comment.