Sure more code smell

This commit is contained in:
shamoon
2025-09-14 16:27:18 -07:00
parent 4318f7dac3
commit 8bb65af214

View File

@@ -110,7 +110,7 @@ export class ChatComponent implements OnInit {
return return
} }
const nextChar = this.typewriterBuffer.shift()! const nextChar = this.typewriterBuffer.shift()
message.content += nextChar message.content += nextChar
this.scrollToBottom() this.scrollToBottom()