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 95cf85a commit 798311cCopy full SHA for 798311c
lib/utils/utils.js
@@ -32,7 +32,7 @@ function makeRequest(url) {
32
encoding: 'binary',
33
strictSSL: false
34
}).then(function (response) {
35
- return response[1]
+ return response[1];
36
});
37
}
38
0 commit comments