Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 5e2d036

Browse files
committed
fix: fix json tag
1 parent ef366d3 commit 5e2d036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keys_get_query_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (q KeysGetQueryBuilder) Bounds() (*GetBoundsResponse, error) {
7272
}
7373

7474
type GetHashResponse struct {
75-
Hash string `json:"bounds"`
75+
Hash string `json:"hash"`
7676
Fields map[string]float64 `json:"fields"`
7777
}
7878

0 commit comments

Comments
 (0)