diff --git a/frontend/app/view/waveai/waveai.tsx b/frontend/app/view/waveai/waveai.tsx index 3958587b6..bd86e0384 100644 --- a/frontend/app/view/waveai/waveai.tsx +++ b/frontend/app/view/waveai/waveai.tsx @@ -175,7 +175,7 @@ export class WaveAiModel implements ViewModel { if (newPrompt.name == "*username") { newPrompt.name = getUserName(); } - let temp = async () => { + const temp = async () => { const history = await this.fetchAiData(); const beMsg: OpenAiStreamRequest = { clientid: clientId,