update version
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-nodes-openapi-node",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"keywords": [
|
||||
"n8n",
|
||||
"n8n-nodes"
|
||||
|
||||
Reference in New Issue
Block a user