Remove leftover timeout

This commit is contained in:
Ajay 2023-07-23 23:28:26 -04:00
parent 8bcc781da7
commit a4de94bede

View file

@ -49,8 +49,6 @@ export async function postBranding(req: Request, res: Response) {
return;
}
await new Promise((resolve) => setTimeout(resolve, 3000));
const now = Date.now();
const voteType = 1;