Skip to content

Commit bad3ed6

Browse files
committed
Fix indentation
1 parent d730466 commit bad3ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/natural_language_classifier

services/natural_language_classifier/v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports = function(RED) {
155155
params.collection = payloadData.collection;
156156
} else {
157157
params.text = msg.payload;
158-
}
158+
}
159159

160160
params.classifier_id = config.classifier;
161161
if (msg.nlcparams && msg.nlcparams.classifier_id) {

0 commit comments

Comments
 (0)