From d816d9a3b026454bd57bd1169b15fd71508ead3d Mon Sep 17 00:00:00 2001 From: Nacho Facello Date: Thu, 7 Aug 2025 16:48:01 -0300 Subject: [PATCH] Remove unneeded --- node-red-grist/sync-table.js | 1 - 1 file changed, 1 deletion(-) diff --git a/node-red-grist/sync-table.js b/node-red-grist/sync-table.js index afab237..a60dfdb 100644 --- a/node-red-grist/sync-table.js +++ b/node-red-grist/sync-table.js @@ -1,5 +1,4 @@ const { GristDocAPI } = require('grist-api'); -const mustache = require('mustache'); module.exports = function (RED) { function SyncTableNode(config) {