Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv authored Jun 2, 2024
1 parent adc0911 commit c5809ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function getNYTC(date) {
resolve(Buffer.concat(data));
});
} else {
console.log(res);
reject(res.statusCode);
}
});
Expand Down

0 comments on commit c5809ef

Please sign in to comment.