We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ce9c7 commit e69e5bdCopy full SHA for e69e5bd
1 file changed
services/tone_analyzer/v3.js
@@ -114,15 +114,13 @@ module.exports = function (RED) {
114
// function to parse through the options in preparation
115
// for the sevice call.
116
var parseOptions = function (msg, config) {
117
-
118
var options = {
119
'text': msg.payload,
120
'sentences': msg.sentences || config.sentences,
121
'isHTML': msg.contentType || config.contentType
122
};
123
124
options.tones = parseToneOption(msg, config);
125
126
return options;
127
}
128
0 commit comments