We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2cc4c commit f72650bCopy full SHA for f72650b
1 file changed
services/tone_analyzer/v3.js
@@ -107,7 +107,7 @@ module.exports = function (RED) {
107
var parseOptions = function (msg, config) {
108
var tones = msg.tones || config.tones;
109
var sentences = msg.sentences || config.sentences;
110
- var contentType = msg.contentType || config.contentType
+ var contentType = msg.contentType || config.contentType;
111
112
var options = {
113
'text': msg.payload,
0 commit comments