Skip to content

Commit

Permalink
Merge pull request #2984 from the-deep/fix/add-missing-clientId
Browse files Browse the repository at this point in the history
Missing ClientId
  • Loading branch information
subinasr authored Aug 22, 2024
2 parents a54cc37 + cf124da commit 4bbfc72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const CREATE_ADMIN_LEVEL = gql`
ok
errors
result {
clientId
tolerance
title
staleGeoAreas
Expand Down Expand Up @@ -86,6 +87,7 @@ const UPDATE_ADMIN_LEVEL = gql`
ok
errors
result {
clientId
tolerance
title
staleGeoAreas
Expand Down

0 comments on commit 4bbfc72

Please sign in to comment.