Skip to content

Commit

Permalink
correct syntax without quotes
Browse files Browse the repository at this point in the history
Co-authored-by: Dafydd Llŷr Pearson <[email protected]>
  • Loading branch information
jessicamcinchak and DafyddLlyr authored Jan 28, 2025
1 parent 47daf9f commit cf9a8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hasura.planx.uk/metadata/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@
filter:
created_flows:
creator_id:
_eq: '"x-hasura-user-id"'
_eq: x-hasura-user-id
- role: platformAdmin
permission:
columns:
Expand Down Expand Up @@ -2749,7 +2749,7 @@
teams:
_and:
- user_id:
_eq: '"x-hasura-user-id"'
_eq: x-hasura-user-id
- role:
_eq: teamEditor
comment: ""
Expand Down

0 comments on commit cf9a8f3

Please sign in to comment.