diff --git a/nodes/Plutio/descriptions/ProjectDescription.ts b/nodes/Plutio/descriptions/ProjectDescription.ts index 01464d8..f97cf77 100644 --- a/nodes/Plutio/descriptions/ProjectDescription.ts +++ b/nodes/Plutio/descriptions/ProjectDescription.ts @@ -41,12 +41,12 @@ export const projectOperations: INodeProperties[] = [ description: 'Get projects', action: 'Get a project', }, - // { - // name: 'Chykalophia', - // value: 'getCklph', - // description: 'Get projects by contributor\'s email for CKLPH', - // action: 'Get a project', - // }, + { + name: 'Chykalophia', + value: 'getCklph', + description: 'Get projects by contributor\'s email for CKLPH', + action: 'Get a project', + }, { name: 'Move', value: 'move',