Skip to content

Commit

Permalink
Merge pull request #2 from StrezlessMusick/master-cf-autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
StrezlessMusick authored Jul 19, 2023
2 parents 2dbf00b + 6705c00 commit 8028af9
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 8028af9

Please sign in to comment.