Skip to content

Commit 5d7bad0

Browse files
committed
lint
1 parent fd1182f commit 5d7bad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/blocks/blocks/ironclad.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export const IroncladBlock: BlockConfig = {
249249
}
250250
if (result.workflowId !== undefined) {
251251
result.ironcladWorkflowId = result.workflowId
252-
delete result.workflowId
252+
result.workflowId = undefined
253253
}
254254
if (params.page !== undefined) result.page = Number(params.page)
255255
if (params.pageSize !== undefined && params.pageSize !== '') {

0 commit comments

Comments
 (0)