Skip to content

Commit

Permalink
👕 Fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Dec 31, 2022
1 parent d994904 commit 1d7224f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,7 @@ const {
setAddedNodeActionParameters,
} = useNodeCreatorStore();
const {
getNodeType,
} = useNodeTypesStore();
const { getNodeType } = useNodeTypesStore();
const telemetry = instance?.proxy.$telemetry;
const { categorizedItems: allNodes, isTriggerNode } = useNodeTypesStore();
Expand Down
1 change: 0 additions & 1 deletion packages/editor-ui/src/mixins/nodeHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ export const nodeHelpers = mixins(restApi).extend({
];
continue;
}

}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/src/utils/nodeTypesUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export const getMainAuthField = (nodeType?: INodeTypeDescription): INodeProperti
return authProps[0];
}
return null;
}
};

export const getNodeCredentialForAuthType = (
nodeType: INodeTypeDescription,
Expand Down

0 comments on commit 1d7224f

Please sign in to comment.