Skip to content

Commit bfc6d6e

Browse files
authored
Change log (calcom#22534)
1 parent 10bf982 commit bfc6d6e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/features/tasker/tasks/scanWorkflowBody.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ export async function scanWorkflowBody(payload: string) {
115115
// Return early if spam is detected
116116
return;
117117
}
118-
log.warn(
119-
`For whitelisted user, workflow step ${workflowStep.id} is spam with body ${workflowStep.reminderBody}`
120-
);
118+
log.warn(`For whitelisted user, workflow step ${workflowStep.id} marked as spam`);
121119
}
122120

123121
await prisma.workflowStep.update({

0 commit comments

Comments
 (0)