Skip to content

Commit

Permalink
remove redundant param
Browse files Browse the repository at this point in the history
Signed-off-by: Scar26 <mmatty26@gmail.com>
  • Loading branch information
Scar26 committed Jul 2, 2020
1 parent 8e56728 commit 5676ec4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class Bot {
this.factory = new VM({
sandbox: {
Nlp: NlpManager,
training: this.training,
fs: null
training: this.training
}
})
this.factory.run(ctx)
Expand Down

0 comments on commit 5676ec4

Please sign in to comment.