From a4683de8f07873f0c148a0e4a97f20eedf96c5d9 Mon Sep 17 00:00:00 2001 From: joel Date: Thu, 15 Sep 2022 00:18:01 +0800 Subject: [PATCH] archiving --- nodes/Plutio/GenericFunctions.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nodes/Plutio/GenericFunctions.ts b/nodes/Plutio/GenericFunctions.ts index df1a2b8..80b8b40 100644 --- a/nodes/Plutio/GenericFunctions.ts +++ b/nodes/Plutio/GenericFunctions.ts @@ -17,11 +17,8 @@ async function plutioApiRequestToken(this: IExecuteFunctions | ILoadOptionsFunct const clientId = `${credentials.clientId}`; const clientSecret = `${credentials.clientSecret}`; const business = `${credentials.business}`; -<<<<<<< HEAD + const endpoint = 'api.plutio.com/v1.10'; -======= - const endpoint = 'api.plutio.com/v1.9'; ->>>>>>> master const returnData: IDataObject[] = []; let responseData;