mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 11:53:23 +02:00
Fix all lib/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = syrup.serial()
|
||||
})
|
||||
})
|
||||
|
||||
router.on(wire.WifiGetStatusMessage, function(channel){
|
||||
router.on(wire.WifiGetStatusMessage, function(channel) {
|
||||
var reply = wireutil.reply(options.serial)
|
||||
log.info('Getting Wifi status')
|
||||
service.getWifiStatus()
|
||||
|
||||
Reference in New Issue
Block a user