From f2c0615f4567cb49054e55c117ea1a12b0fe204d Mon Sep 17 00:00:00 2001 From: ejclaw Date: Tue, 7 Apr 2026 19:06:26 +0900 Subject: [PATCH] Format fresh review-ready owner routing --- src/message-runtime.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/message-runtime.ts b/src/message-runtime.ts index 0ae37a9..495074d 100644 --- a/src/message-runtime.ts +++ b/src/message-runtime.ts @@ -1003,8 +1003,7 @@ export function createMessageRuntime(deps: MessageRuntimeDeps): { const turnChannel = resolveChannelForRole(turnRole); const cursorKey = resolveCursorKeyForRole(chatJid, turnRole); const forcedRole = - pendingTaskForChannel && - turnRole !== resolveActiveRole(taskStatus) + pendingTaskForChannel && turnRole !== resolveActiveRole(taskStatus) ? turnRole : undefined;