Skip to content

Commit e69e5bd

Browse files
committed
code tidy up
1 parent d9ce9c7 commit e69e5bd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • services/tone_analyzer

services/tone_analyzer/v3.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,13 @@ module.exports = function (RED) {
114114
// function to parse through the options in preparation
115115
// for the sevice call.
116116
var parseOptions = function (msg, config) {
117-
118117
var options = {
119118
'text': msg.payload,
120119
'sentences': msg.sentences || config.sentences,
121120
'isHTML': msg.contentType || config.contentType
122121
};
123122

124123
options.tones = parseToneOption(msg, config);
125-
126124
return options;
127125
}
128126

0 commit comments

Comments
 (0)