Skip to content

Commit 0620d72

Browse files
fix: sa load hook fields transmition (#1051)
1 parent af5c51e commit 0620d72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Actions {
3232
const hookResponse = await this.smartActionHookService.getResponse(
3333
action,
3434
action.hooks.load,
35-
action.fields,
35+
structuredClone(action.fields),
3636
request,
3737
);
3838
return response.status(200).send(hookResponse);

0 commit comments

Comments
 (0)