chore: linting

This commit is contained in:
Bill Church 2024-12-14 14:37:46 +00:00
parent 17b5ae7552
commit 8312ba6a11
No known key found for this signature in database

View file

@ -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)
})