fix(subnet): change worker_id type (#56)

This commit is contained in:
Aleksey Proshutisnkiy 2023-09-22 14:44:29 +03:00 committed by GitHub
parent 7634d381d1
commit a773935d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
data Worker:
pat_id: string
host_id: string
worker_id: []string
worker_id: ?string
data SubnetResolveResult:
-- Was call successful or not