]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Sure more code smell
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 14 Sep 2025 23:27:18 +0000 (16:27 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 14 Sep 2025 23:27:18 +0000 (16:27 -0700)
src-ui/src/app/components/chat/chat/chat.component.ts

index b59bae9f022ed7ad274341f173dc705216d3ffcf..50d27e0b154de0d440e11e3fca83a069c4d8a7f1 100644 (file)
@@ -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()