mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Update with new service features.
This commit is contained in:
@@ -74,7 +74,7 @@ module.exports = function DeviceServiceFactory($http, socket) {
|
||||
}
|
||||
|
||||
function modify(data, newData) {
|
||||
_.assign(data, newData)
|
||||
_.merge(data, newData)
|
||||
sync(data)
|
||||
notify()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user