paired: suppress stale finalize retries
This commit is contained in:
@@ -132,6 +132,7 @@ vi.mock('./db.js', () => {
|
||||
};
|
||||
},
|
||||
),
|
||||
getPairedTurnAttempts: vi.fn(() => []),
|
||||
getOpenWorkItem,
|
||||
getOpenWorkItemForChat: vi.fn((chatJid: string) =>
|
||||
getOpenWorkItem(chatJid),
|
||||
|
||||
Reference in New Issue
Block a user