mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 15:37:07 +03:00
Remove leftover timeout
This commit is contained in:
@@ -49,8 +49,6 @@ export async function postBranding(req: Request, res: Response) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await new Promise((resolve) => setTimeout(resolve, 3000));
|
|
||||||
|
|
||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
const voteType = 1;
|
const voteType = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user