From c4db214c0bec1914008305aade9e145b7035e21c Mon Sep 17 00:00:00 2001 From: dineshpinto Date: Sat, 16 Mar 2024 01:48:07 +0530 Subject: [PATCH] Fix typos in json ids --- syncclient/pools.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncclient/pools.go b/syncclient/pools.go index eb62c56..d2f0f84 100644 --- a/syncclient/pools.go +++ b/syncclient/pools.go @@ -88,13 +88,13 @@ type Pool struct { Id string `json:"id"` Type string `json:"type"` } `json:"data"` - } `json:"Network"` + } `json:"network"` Dex struct { Data struct { Id string `json:"id"` Type string `json:"type"` } `json:"data"` - } `json:"Dex"` + } `json:"dex"` } `json:"relationships"` }