mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Execute Workflow Node): Remove ignoreTypeMismatch option (no-changelog) (#12482)
This commit is contained in:
@@ -2710,7 +2710,6 @@ export type ResourceMapperValue = {
|
||||
value: { [key: string]: string | number | boolean | null } | null;
|
||||
matchingColumns: string[];
|
||||
schema: ResourceMapperField[];
|
||||
ignoreTypeMismatchErrors: boolean;
|
||||
attemptToConvertTypes: boolean;
|
||||
convertFieldsToString: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user