Added max number for results
This commit is contained in:
parent
495842efc0
commit
dbce21cfa6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,5 +33,5 @@ func GetPrices(name string) ([]CardPrice, error) {
|
|||
}
|
||||
prices = append(prices, cardPrice)
|
||||
}
|
||||
return prices, nil
|
||||
return prices[:5], nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue