Format fresh review-ready owner routing
This commit is contained in:
@@ -1003,8 +1003,7 @@ export function createMessageRuntime(deps: MessageRuntimeDeps): {
|
|||||||
const turnChannel = resolveChannelForRole(turnRole);
|
const turnChannel = resolveChannelForRole(turnRole);
|
||||||
const cursorKey = resolveCursorKeyForRole(chatJid, turnRole);
|
const cursorKey = resolveCursorKeyForRole(chatJid, turnRole);
|
||||||
const forcedRole =
|
const forcedRole =
|
||||||
pendingTaskForChannel &&
|
pendingTaskForChannel && turnRole !== resolveActiveRole(taskStatus)
|
||||||
turnRole !== resolveActiveRole(taskStatus)
|
|
||||||
? turnRole
|
? turnRole
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user