Skip to content

Commit

Permalink
refactor: use node generic functions
Browse files Browse the repository at this point in the history
  • Loading branch information
idanfishman committed Oct 2, 2024
1 parent 14fe295 commit db5f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Github/Github.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import {
githubApiRequest,
githubApiRequestAllItems,
isBase64,
validateJSON,
} from './GenericFunctions';
import { getRepositories, getUsers, getWorkflows } from './SearchFunctions';
import { validateJSON } from '../ClickUp/GenericFunctions';

export class Github implements INodeType {
description: INodeTypeDescription = {
Expand Down

0 comments on commit db5f986

Please sign in to comment.