Skip to content

Commit

Permalink
Removed extraneous line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBQu committed Dec 5, 2024
1 parent 942ae7f commit 169fbd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions http/handler_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ func (s *storeHandler) ExecRequest(rw http.ResponseWriter, req *http.Request) {
case req.URL.Query().Get("query") != "":
request.Query = req.URL.Query().Get("query")

req.URL.Query().Get("operationName")

variablesFromQuery := req.URL.Query().Get("variables")
if variablesFromQuery != "" {
var variables map[string]any
Expand Down

0 comments on commit 169fbd1

Please sign in to comment.