Skip to content

Commit 5504904

Browse files
authored
Fix unmarshal error on time
1 parent 90a831c commit 5504904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitvavo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type TimeResponse struct {
2727
}
2828

2929
type Time struct {
30-
Time int64 `json:"time,string"`
30+
Time int64 `json:"time"`
3131
}
3232

3333
type MarketsResponse struct {

0 commit comments

Comments
 (0)