Skip to content

Commit 587ba93

Browse files
committed
Fix exports
1 parent 8178651 commit 587ba93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JavaScript/get-json.js

Lines changed: 1 addition & 1 deletion
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)