From a773935d65d484f715a7349521d9802eb8f32f4a Mon Sep 17 00:00:00 2001 From: Aleksey Proshutisnkiy Date: Fri, 22 Sep 2023 14:44:29 +0300 Subject: [PATCH] fix(subnet): change worker_id type (#56) --- subnet.aqua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subnet.aqua b/subnet.aqua index 68b8d4e..2d4e928 100644 --- a/subnet.aqua +++ b/subnet.aqua @@ -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