remove TODO comments

This commit is contained in:
Dainius Daukševičius
2020-10-19 21:24:13 +03:00
committed by Dainius Dauksevicius
parent 08d27265fc
commit 62b008e693
4 changed files with 2 additions and 5 deletions

View File

@@ -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,