Skip to content

Commit

Permalink
Merge pull request #951 from bjwswang/dev
Browse files Browse the repository at this point in the history
fix: remove () in gql if no input required
  • Loading branch information
bjwswang authored Mar 28, 2024
2 parents b658b24 + 576c55d commit 1957763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/graph/schema/gpt.gql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ query listGPTs($input: ListGPTInput!) {
}
}

query listGPTCategory() {
query listGPTCategory {
GPT {
listGPTCategory {
id
Expand Down

0 comments on commit 1957763

Please sign in to comment.