Skip to content

Commit

Permalink
lint fix in node js file
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvinayak authored Nov 10, 2023
1 parent e6f1ef3 commit 53f9891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/node_js.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ module.exports = function (RED) {
});
}
RED.nodes.registerType('{{node_name}}', {{node_function_name}});
};
};

0 comments on commit 53f9891

Please sign in to comment.