mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Default to null operator if none can be found. Easier to work with than undefined.
This commit is contained in:
@@ -74,7 +74,7 @@ message DeviceIdentityMessage {
|
||||
required string serial = 1;
|
||||
required string platform = 2;
|
||||
required string manufacturer = 3;
|
||||
required string operator = 4;
|
||||
optional string operator = 4;
|
||||
required string model = 5;
|
||||
required string version = 6;
|
||||
required string abi = 7;
|
||||
|
||||
Reference in New Issue
Block a user