Skip to content

Commit

Permalink
qyery param empty flow support
Browse files Browse the repository at this point in the history
  • Loading branch information
simon louvet committed Mar 19, 2024
1 parent 48e79c6 commit 02f237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/workspaceComponentExecutor/queryParamsCreation.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class QueryParamsCreation {

pull (data, flowData) {
return new Promise((resolve, reject) => {
resolve({ data: flowData[0].data })
resolve({ data: flowData?.[0].data })
})
}
}
Expand Down

0 comments on commit 02f237c

Please sign in to comment.