mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
more linting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
module.exports = function (RED) {
|
||||
"use strict";
|
||||
var multilangsentiment = require('multilang-sentiment');
|
||||
var multilangSentiment = require('multilang-sentiment');
|
||||
|
||||
function MultiLangSentimentNode(n) {
|
||||
RED.nodes.createNode(this, n);
|
||||
|
||||
Reference in New Issue
Block a user