mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
fix(subnet): change worker_id type (#56)
This commit is contained in:
parent
7634d381d1
commit
a773935d65
@ -1,7 +1,7 @@
|
|||||||
data Worker:
|
data Worker:
|
||||||
pat_id: string
|
pat_id: string
|
||||||
host_id: string
|
host_id: string
|
||||||
worker_id: []string
|
worker_id: ?string
|
||||||
|
|
||||||
data SubnetResolveResult:
|
data SubnetResolveResult:
|
||||||
-- Was call successful or not
|
-- Was call successful or not
|
||||||
|
Loading…
Reference in New Issue
Block a user