We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1182f commit 5d7bad0Copy full SHA for 5d7bad0
apps/sim/blocks/blocks/ironclad.ts
@@ -249,7 +249,7 @@ export const IroncladBlock: BlockConfig = {
249
}
250
if (result.workflowId !== undefined) {
251
result.ironcladWorkflowId = result.workflowId
252
- delete result.workflowId
+ result.workflowId = undefined
253
254
if (params.page !== undefined) result.page = Number(params.page)
255
if (params.pageSize !== undefined && params.pageSize !== '') {
0 commit comments