diff options
| -rw-r--r-- | src/api/promoApi.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/promoApi.js b/src/api/promoApi.js index 967aeab2..f262db8d 100644 --- a/src/api/promoApi.js +++ b/src/api/promoApi.js @@ -13,7 +13,7 @@ export const fetchPromoItems = async (type) => { } }; -export const fetchPromoItemsSolr = async (type, start, rows) => { +export const fetchPromoItemsSolr = async (type) => { // let query = type ? `type_value_s:${type}` : '*:*'; let sort ='sort=if(exists(sequence_i),0,1) asc, sequence_i asc, if(exists(total_qty_sold_f), total_qty_sold_f, -1) desc'; let start = 0 |
