chore: linting
This commit is contained in:
parent
17b5ae7552
commit
8312ba6a11
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class WebSSH2Socket extends EventEmitter {
|
|||
this.ssh = new this.SSHConnectionClass(this.config)
|
||||
|
||||
// Set up SSH event handlers
|
||||
this.ssh.on("keyboard-interactive", data => {
|
||||
this.ssh.on('keyboard-interactive', (data) => {
|
||||
this.handleKeyboardInteractive(data)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue