fix(reply): avoid undefined logger in dedupe-state persistence warning
This commit is contained in:
parent
a1e6f0f943
commit
3792269b5e
@ -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,
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user