Skip to content

Commit 587ba93

Browse files
committed
Fix exports
1 parent 8178651 commit 587ba93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/get-json.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ const httpGet = url => new Promise((resolve, reject) => {
3131
});
3232
});
3333

34-
module.exports = { httpGet };
34+
module.exports = httpGet;

0 commit comments

Comments
 (0)