fix(reply): avoid undefined logger in dedupe-state persistence warning

This commit is contained in:
Kim 2026-02-27 13:56:39 +08:00 committed by KimGLee
parent a1e6f0f943
commit 3792269b5e

View File

@ -452,8 +452,8 @@ export async function runReplyAgent(params: {
}),
});
} catch (error) {
logger.warning(
"Failed to persist messaging-tool dedupe state for session {}: {}",
console.warn(
"Failed to persist messaging-tool dedupe state for session",
sessionKey,
error,
);