Skip to content

Commit 47019c7

Browse files
docs: fix typo and improve clarity in realtime/postgres-changes.mdx (supabase#37229)
Update postgres-changes.mdx
1 parent c0af945 commit 47019c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/guides/realtime/postgres-changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ supabase
15701570
schema: 'public',
15711571
table: 'colors',
15721572
filter: PostgresChangeFilter(
1573-
type: PostgresChangeFilterType.lte,
1573+
type: PostgresChangeFilterType.inFilter,
15741574
column: 'name',
15751575
value: ['red', 'blue', 'yellow'],
15761576
),

0 commit comments

Comments
 (0)