We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078e953 commit 7d1c5f9Copy full SHA for 7d1c5f9
graphql.js
@@ -51,7 +51,7 @@
51
}
52
xhr.send(body)
53
54
- } else if (typeof require !== 'function') {
+ } else if (typeof require === 'function') {
55
function __doRequest(
56
method, url, contentType, accept, headers, body, onRequestError, callback
57
) {
0 commit comments