diff --git a/src/auto-reply/reply/followup-runner.ts b/src/auto-reply/reply/followup-runner.ts index 9344c1e78ed..021eadcf241 100644 --- a/src/auto-reply/reply/followup-runner.ts +++ b/src/auto-reply/reply/followup-runner.ts @@ -349,7 +349,9 @@ export function createFollowupRunner(params: { const sentTexts = [ ...(runResult.messagingToolSentTexts ?? []), - ...(canReuseSessionDedupeFingerprints ? (sessionEntry?.lastMessagingToolSentTexts ?? []) : []), + ...(canReuseSessionDedupeFingerprints + ? (sessionEntry?.lastMessagingToolSentTexts ?? []) + : []), ]; const sentMediaUrls = [ ...(runResult.messagingToolSentMediaUrls ?? []),