mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 23:47:00 +03:00
added http tests
This commit is contained in:
@@ -99,7 +99,6 @@ module.exports = async function voteOnSponsorTime(req, res) {
|
||||
err && console.log(err);
|
||||
return;
|
||||
}
|
||||
console.log(config.test);
|
||||
|
||||
request.post(config.discordReportChannelWebhookURL, {
|
||||
json: {
|
||||
@@ -120,7 +119,7 @@ module.exports = async function voteOnSponsorTime(req, res) {
|
||||
}
|
||||
}]
|
||||
}
|
||||
}, () => {});
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user