fixes typecheck issue after rebasing

This commit is contained in:
nai-degen
2023-07-19 11:21:53 -05:00
parent bda3d8e8a7
commit 858a619ae2
+1 -1
View File
@@ -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) {