diff --git a/src/routes/postBranding.ts b/src/routes/postBranding.ts index b33bfa6..c4c7059 100644 --- a/src/routes/postBranding.ts +++ b/src/routes/postBranding.ts @@ -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;