Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Feb 16, 2023
1 parent 2dbf00b commit 6705c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/javascript/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const audioUrl = 'https://github.com/Borewit/music-metadata/raw/master/test/samp

function httpGet (url) {
return new Promise((resolve, reject) => {
https.get(url, (res) => {
https.get(url, res => {
switch (res.statusCode) {
case 200:
resolve(res);
Expand Down

0 comments on commit 6705c00

Please sign in to comment.