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) {