Skip to content

Commit

Permalink
Avoid storing empty result
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Mar 20, 2024
1 parent 6f10b47 commit 10b4dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/bidi/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Input {
files: typeof files === 'string' ? [files] : files,
},
}
const response = await this.bidi.send(command)
await this.bidi.send(command)
}
}

Expand Down

0 comments on commit 10b4dbb

Please sign in to comment.