From a0a9454ecfc899ba6cd10b6a06247e7913f7b108 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Thu, 14 Mar 2024 15:43:53 +0100 Subject: [PATCH] Compatibility fix @ --- vlogql-canary.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlogql-canary.v b/vlogql-canary.v index 23c9590..1e525b2 100644 --- a/vlogql-canary.v +++ b/vlogql-canary.v @@ -34,7 +34,7 @@ mut: struct Data { mut: - res_type string [json: 'resultType'] + res_type string @[json: 'resultType'] result []Result }