mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 12:37:00 +03:00
remove TODO comments
This commit is contained in:
committed by
Dainius Dauksevicius
parent
08d27265fc
commit
62b008e693
@@ -55,7 +55,6 @@ export async function shadowBanUser(req: Request, res: Response) {
|
||||
}
|
||||
}
|
||||
}
|
||||
// TODO TYPESCRIPT a lof unused code, wtf is happening
|
||||
else if (hashedIP) {
|
||||
//check to see if this user is already shadowbanned
|
||||
// let row = privateDB.prepare('get', "SELECT count(*) as userCount FROM shadowBannedIPs WHERE hashedIP = ?", [hashedIP]);
|
||||
|
||||
Reference in New Issue
Block a user