Skip to content

Commit 1851650

Browse files
authored
Merge branch 'staging' into waleedlatif1/confluence-get-user
2 parents b99fd16 + 244e1ee commit 1851650

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/sim/socket/database/operations.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,9 @@ async function auditWorkflowLockToggle(workflowId: string, actorId: string): Pro
270270
resourceType: AuditResourceType.WORKFLOW,
271271
resourceId: workflowId,
272272
resourceName: wf.name,
273-
description: allLocked ? `Locked workflow "${wf.name}"` : `Unlocked workflow "${wf.name}"`,
273+
description: allLocked
274+
? `Locked workflow "${wf.name}"`
275+
: `Unlocked workflow "${wf.name}"`,
274276
metadata: { blockCount: blocks.length },
275277
})
276278
}

0 commit comments

Comments
 (0)