We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8178651 commit 587ba93Copy full SHA for 587ba93
JavaScript/get-json.js
@@ -31,4 +31,4 @@ const httpGet = url => new Promise((resolve, reject) => {
31
});
32
33
34
-module.exports = { httpGet };
+module.exports = httpGet;
0 commit comments