We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bf982 commit bfc6d6eCopy full SHA for bfc6d6e
1 file changed
packages/features/tasker/tasks/scanWorkflowBody.ts
@@ -115,9 +115,7 @@ export async function scanWorkflowBody(payload: string) {
115
// Return early if spam is detected
116
return;
117
}
118
- log.warn(
119
- `For whitelisted user, workflow step ${workflowStep.id} is spam with body ${workflowStep.reminderBody}`
120
- );
+ log.warn(`For whitelisted user, workflow step ${workflowStep.id} marked as spam`);
121
122
123
await prisma.workflowStep.update({
0 commit comments