made node names unique

This commit is contained in:
Michael Kolb 2023-01-07 03:38:09 +01:00
parent 6a93fd49e3
commit 031f6274f9
10 changed files with 24 additions and 10667 deletions

View file

@ -7,5 +7,5 @@ module.exports = function(RED) {
this.apiKey = n.apiKey
}
RED.nodes.registerType("server",ServerNode);
RED.nodes.registerType("grist-server",ServerNode);
}