n8n-nodes-appwriten8n
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -83,12 +83,9 @@ "use strict"; | ||
documentId = node_appwrite_1.ID.unique(); | ||
body = { | ||
data: this.getNodeParameter('body', 0), | ||
}; | ||
body = this.getNodeParameter('body', 0); | ||
} | ||
else { | ||
documentId = docId; | ||
body = { | ||
data: this.getNodeParameter('body', 0), | ||
}; | ||
body = this.getNodeParameter('body', 0); | ||
} | ||
console.log("Body to send: ", body); | ||
responseData = await (0, AppwriteFunctions_1.createAppwriteDocument)(appwriteClient, databaseId, collectionId, documentId, body); | ||
@@ -95,0 +92,0 @@ returnData.push(responseData); |
{ | ||
"name": "n8n-nodes-appwriten8n", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "N8N Nodes for Appwrite starting at 1.4.X and up, will be updated.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-appwriten8n", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "N8N Nodes for Appwrite starting at 1.4.X and up, will be updated.", | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152950
1283