We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b578e2b commit 6c52df9Copy full SHA for 6c52df9
origin/balancerv2.go
@@ -30,7 +30,6 @@ func (b BalancerV2) BuildMocks(e []ExchangeMock) ([]*smocker.Mock, error) {
30
}
31
32
func (b BalancerV2) buildGetLatest(e ExchangeMock) (*smocker.Mock, error) {
33
-
34
price, ok := e.Custom["price"]
35
if !ok {
36
return nil, fmt.Errorf("`price` custom field is requierd for balancerV2")
0 commit comments