mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Rename identity.browsers to identity.browser.
This commit is contained in:
@@ -42,9 +42,9 @@ module.exports = syrup.serial()
|
||||
, identity.display.secure
|
||||
, identity.display.url
|
||||
)
|
||||
, new wire.DeviceBrowsersMessage(
|
||||
identity.browsers.selected
|
||||
, identity.browsers.apps.map(function(app) {
|
||||
, new wire.DeviceBrowserMessage(
|
||||
identity.browser.selected
|
||||
, identity.browser.apps.map(function(app) {
|
||||
return new wire.DeviceBrowserAppMessage(
|
||||
app.id
|
||||
, app.type
|
||||
|
||||
Reference in New Issue
Block a user