mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-09 04:57:04 +03:00
remove TODO comments
This commit is contained in:
committed by
Dainius Dauksevicius
parent
08d27265fc
commit
62b008e693
@@ -36,7 +36,6 @@ function dispatchEvent(scope: string, data: any): void {
|
||||
let scopes = webhook.scopes || [];
|
||||
if (!scopes.includes(scope.toLowerCase())) return;
|
||||
|
||||
// TODO TYPESCRIPT deprecated
|
||||
request.post(webhookURL, {
|
||||
json: data, headers: {
|
||||
"Authorization": authKey,
|
||||
|
||||
Reference in New Issue
Block a user