Skip to content

Commit

Permalink
fix(core): update to imports in helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency authored Oct 24, 2022
1 parent 8a4b972 commit 91bd3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CORE_NODES_CATEGORY, ERROR_TRIGGER_NODE_TYPE, MAPPING_PARAMS, TEMPLATES
import { INodeUi, ITemplatesNode } from '@/Interface';
import { isResourceLocatorValue } from '@/typeGuards';
import dateformat from 'dateformat';
import {IDataObject, INodeProperties, INodeTypeDescription, NodeParameterValueType,INodeExecutionData, parseJson} from 'n8n-workflow';
import {IDataObject, INodeProperties, INodeTypeDescription, NodeParameterValueType,INodeExecutionData, jsonParse} from 'n8n-workflow';
import { isJsonKeyObject } from "@/utils";

const CRED_KEYWORDS_TO_FILTER = ['API', 'OAuth1', 'OAuth2'];
Expand Down

0 comments on commit 91bd3c6

Please sign in to comment.