Skip to content

Commit

Permalink
馃憰 Fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Mar 23, 2023
1 parent 8f09145 commit d20acac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/Interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1462,4 +1462,4 @@ export interface ResourceMapperReqParams {
methodName?: string;
currentNodeParameters: INodeParameters;
credentials?: INodeCredentials;
};
}
2 changes: 1 addition & 1 deletion packages/editor-ui/src/api/nodeTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {
INodeTranslationHeaders,
IResourceLocatorReqParams,
IRestApiContext,
ResourceMapperReqParams,
ResourceMapperReqParams,
} from '@/Interface';
import type {
IDataObject,
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/src/stores/nodeTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
INodeCreateElement,
INodeTypesState,
IResourceLocatorReqParams,
ResourceMapperReqParams,
ResourceMapperReqParams,
} from '@/Interface';
import { addHeaders, addNodeTranslation } from '@/plugins/i18n';
import { omit, getCategoriesWithNodes, getCategorizedList } from '@/utils';
Expand Down

0 comments on commit d20acac

Please sign in to comment.