Skip to content

Commit

Permalink
fixup! Move towards go-reflect from goccy.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszraczylo committed Sep 28, 2024
1 parent 586af64 commit 8ac446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ func StartMockServer() *httptest.Server {
}

var req struct {
Query string `json:"query"`
Variables map[string]interface{} `json:"variables"`
Query string `json:"query"`
}
err = json.Unmarshal(bodyBytes, &req)
if err != nil {
Expand Down

0 comments on commit 8ac446d

Please sign in to comment.