Skip to content

Commit f72650b

Browse files
committed
added mising semicolon at the end of a declaration
1 parent 1e2cc4c commit f72650b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/tone_analyzer

services/tone_analyzer/v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = function (RED) {
107107
var parseOptions = function (msg, config) {
108108
var tones = msg.tones || config.tones;
109109
var sentences = msg.sentences || config.sentences;
110-
var contentType = msg.contentType || config.contentType
110+
var contentType = msg.contentType || config.contentType;
111111

112112
var options = {
113113
'text': msg.payload,

0 commit comments

Comments
 (0)