n8n-nodes-firebird
Advanced tools
Comparing version
@@ -69,3 +69,3 @@ "use strict"; | ||
async execute() { | ||
const credentials = await this.getCredentials("firebird"); | ||
const credentials = await this.getCredentials("firebirdApi"); | ||
if (credentials === undefined) { | ||
@@ -72,0 +72,0 @@ throw new n8n_workflow_1.NodeOperationError(this.getNode(), "No credentials got returned!"); |
{ | ||
"name": "n8n-nodes-firebird", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Firebird node for n8n.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-firebird", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Firebird node for n8n.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
75647
0