diff --git a/packages/nodes-base/nodes/Grist/GenericFunctions.ts b/packages/nodes-base/nodes/Grist/GenericFunctions.ts index b154b4644f..45aafc4df8 100644 --- a/packages/nodes-base/nodes/Grist/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Grist/GenericFunctions.ts @@ -36,7 +36,7 @@ export async function gristApiRequest( const gristapiurl = (planType === 'free') ? `https://docs.getgrist.com/api${endpoint}` : (planType === 'paid') ? `https://${customSubdomain}.getgrist.com/api${endpoint}` : - `${selfHostedUrl}/api${endpoint}`; + `${selfHostedUrl}/api${endpoint}`; const options: OptionsWithUri = { headers: { @@ -109,4 +109,3 @@ export function throwOnZeroDefinedFields(this: IExecuteFunctions, fields: GristD ); } } - diff --git a/packages/nodes-base/nodes/Grist/Grist.node.ts b/packages/nodes-base/nodes/Grist/Grist.node.ts index dccdbc72cb..d71427abab 100644 --- a/packages/nodes-base/nodes/Grist/Grist.node.ts +++ b/packages/nodes-base/nodes/Grist/Grist.node.ts @@ -92,7 +92,7 @@ export class Grist implements INodeType { const gristapiurl = (planType === 'free') ? `https://docs.getgrist.com/api${endpoint}` : (planType === 'paid') ? `https://${customSubdomain}.getgrist.com/api${endpoint}` : - `${selfHostedUrl}/api${endpoint}`; + `${selfHostedUrl}/api${endpoint}`; const options: OptionsWithUri = { headers: {