mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Remove leftover timeout
This commit is contained in:
parent
8bcc781da7
commit
a4de94bede
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue