fix: address runtime warnings in build

This commit is contained in:
Peter Steinberger
2026-01-03 15:01:38 +00:00
parent 1a00175eb7
commit 733e86516e
3 changed files with 8 additions and 4 deletions

View File

@@ -802,7 +802,7 @@ export async function getReplyFromConfig(
}
typingTtlTimer = setTimeout(() => {
if (!typingTimer) return;
defaultRuntime.warn?.(
defaultRuntime.log(
`typing TTL reached (${typingTtlMs}ms); stopping typing indicator`,
);
cleanupTyping();