Skip to content

Commit 6fa14a3

Browse files
committed
Missing bracket
1 parent 7fb3fc1 commit 6fa14a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphiql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ add "&raw" to the end of the URL within a browser.
143143
var fetchURL = locationQuery(otherParams);
144144
145145
// Defines a GraphQL fetcher using the fetch API.
146-
function graphQLFetcher(graphQLParams, opts = {headers: {}) {
146+
function graphQLFetcher(graphQLParams, opts = {headers: {}}) {
147147
return fetch(fetchURL, {
148148
method: 'post',
149149
headers: {

0 commit comments

Comments
 (0)