From 8bb65af214204175c09f086850cbdd41c13643ed Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 14 Sep 2025 16:27:18 -0700 Subject: [PATCH] Sure more code smell --- src-ui/src/app/components/chat/chat/chat.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/chat/chat/chat.component.ts b/src-ui/src/app/components/chat/chat/chat.component.ts index b59bae9f0..50d27e0b1 100644 --- a/src-ui/src/app/components/chat/chat/chat.component.ts +++ b/src-ui/src/app/components/chat/chat/chat.component.ts @@ -110,7 +110,7 @@ export class ChatComponent implements OnInit { return } - const nextChar = this.typewriterBuffer.shift()! + const nextChar = this.typewriterBuffer.shift() message.content += nextChar this.scrollToBottom()