diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-10 16:50:09 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-10 16:50:09 +0700 |
| commit | 791c328aefb88442f4f4e23727794a0372b92026 (patch) | |
| tree | d32cc7f4b11b9afd602ec1a1203b85ca7e285e16 | |
| parent | 83eda2670db30c5dbbde99a80e585243246785d5 (diff) | |
| parent | 32423bdb47714ebbc99a43a3152c011684d5d70a (diff) | |
Merge branch 'development' of https://bitbucket.org/altafixco/next-indoteknik into development
| -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 |
