From 48a12ba8cd06e0d409e6acbc901c1567e8a130ce Mon Sep 17 00:00:00 2001 From: joel Date: Thu, 15 Sep 2022 00:46:06 +0800 Subject: [PATCH] disable code for chykalophia specific operation --- nodes/Plutio/descriptions/ProjectDescription.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nodes/Plutio/descriptions/ProjectDescription.ts b/nodes/Plutio/descriptions/ProjectDescription.ts index 5200aaa..8e29476 100644 --- a/nodes/Plutio/descriptions/ProjectDescription.ts +++ b/nodes/Plutio/descriptions/ProjectDescription.ts @@ -17,12 +17,12 @@ export const projectOperations: INodeProperties[] = [ }, }, options: [ - { - 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: 'Copy', value: 'copy',