diff --git a/src/nodes/OpenApiNode.node.ts b/src/nodes/OpenApiNode.node.ts index 9912f56..15cc394 100644 --- a/src/nodes/OpenApiNode.node.ts +++ b/src/nodes/OpenApiNode.node.ts @@ -227,7 +227,7 @@ export class OpenApiNode implements INodeType { const items = this.getInputData(); const returnData: any[] = []; - const creds = (await this.getCredentials?.("wajsApi")) as + const creds = (await this.getCredentials?.("openApiNodeApi")) as | { baseUrl?: string; token?: string; apiKey?: string } | undefined; diff --git a/src/package.json b/src/package.json index fb53708..3c84796 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-openapi-node", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "n8n", "n8n-nodes"