Skip to content

Commit

Permalink
Materialize APIs emit '' not '...'
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell authored Dec 19, 2024
1 parent fd75448 commit 74865e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/authzed/concepts/authzed-materialize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ SELECT d.id FROM documents d
WHERE
u.name = 'evan' AND
m2s.member_type = 'user' AND
m2s.member_relation = '...' AND ((
m2s.member_relation = '' AND ((
s2s.parent_type = 'document' AND
s2s.parent_relation='view'
) OR (
Expand All @@ -192,7 +192,7 @@ SELECT d.id FROM documents d
WHERE
u.name = 'victor' AND
m2s.member_type = 'user' AND
m2s.member_relation = '...' AND ((
m2s.member_relation = '' AND ((
s2s.parent_type = 'document' AND
s2s.parent_relation='view'
) OR (
Expand Down

0 comments on commit 74865e6

Please sign in to comment.