Skip to content

Commit

Permalink
Lint nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cranktakular committed Nov 12, 2024
1 parent 1229376 commit a4252ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/coinbasepro/coinbasepro_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ type FutureProductDetails struct {
ContractExpiryType string `json:"contract_expiry_type"`
PerpetualDetails PerpetualDetails `json:"perpetual_details"`
ContractDisplayName string `json:"contract_display_name"`
TimeToExpiryMS time.Duration `json:"time_to_expiry_ms,string"`
TimeToExpiry time.Duration `json:"time_to_expiry_ms,string"`
NonCrypto bool `json:"non_crypto"`
ContractExpiryName string `json:"contract_expiry_name"`
}
Expand Down

0 comments on commit a4252ec

Please sign in to comment.