From f15f99eacecc0d567f963a2d2ffbe8b027237276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Tu=E1=BA=A5n=20Anh?= Date: Tue, 26 Nov 2024 20:10:56 +0700 Subject: [PATCH] Add n8n-nodes-clean-data to community nodes --- community-nodes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-nodes.json b/community-nodes.json index 579cd74..b3d9c95 100644 --- a/community-nodes.json +++ b/community-nodes.json @@ -4,6 +4,6 @@ "version": "0.1.4", "author": "HutechFoss", "description": "A custom n8n node to clean and preprocess data using Recursive Feature Elimination (RFE) powered by Python.", - "link": "https://www.npmjs.com/package/n8n-nodes-execute-code" + "link": "https://www.npmjs.com/package/n8n-nodes-clean-data" } ]