Skip to content

Commit 7d1c5f9

Browse files
committed
fix require
1 parent 078e953 commit 7d1c5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
xhr.send(body)
5353
}
54-
} else if (typeof require !== 'function') {
54+
} else if (typeof require === 'function') {
5555
function __doRequest(
5656
method, url, contentType, accept, headers, body, onRequestError, callback
5757
) {

0 commit comments

Comments
 (0)