mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +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;
|
ShellDialect shellDialect;
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
OsType osType;
|
OsType.Any osType;
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
String osName;
|
String osName;
|
||||||
|
|
Loading…
Reference in a new issue