summaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-10 16:50:09 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-10 16:50:09 +0700
commit791c328aefb88442f4f4e23727794a0372b92026 (patch)
treed32cc7f4b11b9afd602ec1a1203b85ca7e285e16 /src/api
parent83eda2670db30c5dbbde99a80e585243246785d5 (diff)
parent32423bdb47714ebbc99a43a3152c011684d5d70a (diff)
Merge branch 'development' of https://bitbucket.org/altafixco/next-indoteknik into development
Diffstat (limited to 'src/api')
-rw-r--r--src/api/promoApi.js2
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