Skip to content

Commit 86f4bf0

Browse files
Remove duplicate sync rules line
1 parent 447de0a commit 86f4bf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demos/yjs-react-supabase-text-collab/sync-rules.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ bucket_definitions:
77
priority: 0
88
parameters: SELECT (request.parameters() ->> 'document_id') as document_id
99
data:
10-
- SELECT * FROM documents WHERE id = bucket.document_id
1110
- SELECT * FROM documents WHERE id = bucket.document_id
1211
- SELECT id, document_id, base64(update_data) as update_b64, editor_id FROM document_updates WHERE document_id = bucket.document_id

0 commit comments

Comments
 (0)