Skip to content

Commit

Permalink
cast sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Dec 16, 2024
1 parent 59dd3b9 commit 1c77777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/sync-store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const createSyncStore = ({
)
.select([
sql<string>`range_agg(unnested.blocks)`.as("merged_blocks"),
sql<string>`${i}`.as("filter"),
sql.raw<string>(`${i}`).as("filter"),
]);
// @ts-ignore
query = query === undefined ? _query : query.unionAll(_query);
Expand Down

0 comments on commit 1c77777

Please sign in to comment.