mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fix api os deserialization
This commit is contained in:
parent
d92b870908
commit
a65a0bd1b0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class ShellStartExchange extends BeaconInterface<ShellStartExchange.Reque
|
|||
ShellDialect shellDialect;
|
||||
|
||||
@NonNull
|
||||
OsType osType;
|
||||
OsType.Any osType;
|
||||
|
||||
@NonNull
|
||||
String osName;
|
||||
|
|
Loading…
Reference in a new issue