mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
Update utils.ts
This commit is contained in:
parent
bae0116d78
commit
0eb3a4c5d7
|
@ -111,6 +111,10 @@ export function prepareOptions(options: IDataObject, guildId?: string) {
|
|||
};
|
||||
}
|
||||
|
||||
if (options.raw_json) {
|
||||
return {...options, ...(JSON.parse(options.raw_json))}
|
||||
}
|
||||
|
||||
return options;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue