Skip to content

Commit

Permalink
Auto-fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: JuiceShopBot <61591748+JuiceShopBot@users.noreply.github.com>
  • Loading branch information
JuiceShopBot committed Jul 1, 2020
1 parent 04d0d51 commit 8e56728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factory.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-unused-vars */
/* global Nlp, training */
var trainingSet = training.data
const model = new Nlp({ languages: ['en'], nlu: {log: false}, autoSave: false, autoLoad: false, modelFileName: '' })
const model = new Nlp({ languages: ['en'], nlu: { log: false }, autoSave: false, autoLoad: false, modelFileName: '' })
var users = {
idmap: {},

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Bot {
sandbox: {
Nlp: NlpManager,
training: this.training,
fs: null,
fs: null
}
})
this.factory.run(ctx)
Expand Down

0 comments on commit 8e56728

Please sign in to comment.