Skip to content

Commit

Permalink
Fix typos in json ids
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Mar 15, 2024
1 parent bc51a7a commit c4db214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncclient/pools.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit c4db214

Please sign in to comment.