Skip to content

Commit 671005b

Browse files
committed
lint
1 parent 1851650 commit 671005b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/sim/socket/database/operations.ts

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

0 commit comments

Comments
 (0)