Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed May 23, 2024
1 parent 44ce02f commit 34a875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi-device.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const WifiDevice = base => class extends base {
* @param {Object} options See sendControlRequest(), same options are here.
* @return {ProtobufInteraction} -
*/
async listWifiNetworks({ ssid }, options) {
async listWifiNetworks(options) {
return await this._sendAndHandleProtobufRequest(
'wifi.GetKnownNetworksRequest',
options
Expand Down

0 comments on commit 34a875c

Please sign in to comment.