Skip to content

Commit

Permalink
fix: add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
mfauzaan committed Mar 12, 2024
1 parent f4d41d8 commit e680caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/graphql/query/application_config.graphql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
query ApplicationConfigQuery($name: String!) {
applicationConfig(name: $name) {
name
}
}

0 comments on commit e680caa

Please sign in to comment.