Skip to content

Commit e61cc28

Browse files
committed
changes
1 parent 42ace72 commit e61cc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/apis/polymarket/api_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (h APIHandler) CreateURL(ids []types.ProviderTicker) (string, error) {
7070
}
7171

7272
type PriceResponse struct {
73-
Mid *float64 `json:"mid"`
73+
Mid *float64 `json:"mid,string"`
7474
}
7575

7676
// ParseResponse parses the HTTP response from the markets endpoint of the Polymarket API endpoint and returns

0 commit comments

Comments
 (0)