From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 14 Sep 2025 23:27:18 +0000 (-0700) Subject: Sure more code smell X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bb65af214204175c09f086850cbdd41c13643ed;p=thirdparty%2Fpaperless-ngx.git Sure more code smell --- 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()