diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-09 15:15:20 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-09 15:15:20 +0700 |
| commit | 782a54c1a57ed16f6b28be3c6c589b35cc2fbc97 (patch) | |
| tree | a526bb48162324a3998940fed5db1fdaa7ab22c5 /src | |
| parent | fefcfc05fd83421cedc76e0f690129fd9a057f77 (diff) | |
<iman> update field active_b
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/api/shop/promo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/api/shop/promo.js b/src/pages/api/shop/promo.js index 983f8fae..f90c8559 100644 --- a/src/pages/api/shop/promo.js +++ b/src/pages/api/shop/promo.js @@ -61,7 +61,7 @@ export default async function handler(req, res) { `rows=${limit}`, `sort=${paramOrderBy}`, `fq=product_ids:[* TO *]`, - `active_b:true`, + `fq=active_b:true`, ]; if (priceFrom > 0 || priceTo > 0) { |
