From 858a619ae2001a62978ef8baf6eac12d42e48fe5 Mon Sep 17 00:00:00 2001 From: nai-degen Date: Wed, 19 Jul 2023 11:21:53 -0500 Subject: [PATCH] fixes typecheck issue after rebasing --- src/info-page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info-page.ts b/src/info-page.ts index afb1a52..684b72e 100644 --- a/src/info-page.ts +++ b/src/info-page.ts @@ -203,7 +203,7 @@ Logs are anonymous and do not contain IP addresses or timestamps. [You can see t } if (config.queueMode !== "none") { - const waits = []; + const waits: string[] = []; infoBody += `\n## Estimated Wait Times\nIf the AI is busy, your prompt will processed when a slot frees up.`; if (config.openaiKey) {