mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
lint
This commit is contained in:
@@ -249,7 +249,7 @@ export const IroncladBlock: BlockConfig = {
|
||||
}
|
||||
if (result.workflowId !== undefined) {
|
||||
result.ironcladWorkflowId = result.workflowId
|
||||
delete result.workflowId
|
||||
result.workflowId = undefined
|
||||
}
|
||||
if (params.page !== undefined) result.page = Number(params.page)
|
||||
if (params.pageSize !== undefined && params.pageSize !== '') {
|
||||
|
||||
Reference in New Issue
Block a user