Skip to content

Commit 6fc4dea

Browse files
committed
allow 0 idleTimeout
1 parent 35622ec commit 6fc4dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/lemonslice/src/avatar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export class AvatarSession {
265265
payload.agent_prompt = this.agentPrompt;
266266
}
267267

268-
if (this.idleTimeout) {
268+
if (this.idleTimeout !== null) {
269269
payload.idle_timeout = this.idleTimeout;
270270
}
271271

0 commit comments

Comments
 (0)