1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Code adapted to the new interface of stf-device-db.

This commit is contained in:
Valverde Antonio 2014-06-13 11:36:43 +09:00 committed by Simo Kinnunen
parent f741136aed
commit 760e09290f
5 changed files with 11 additions and 5 deletions

View file

@ -197,6 +197,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
, sdk: identity.sdk
, display: identity.display
, phone: identity.phone
, name: identity.name
}))
}