diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-16 08:53:39 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-16 08:53:39 +0000 |
| commit | 1d2e70e1c348e8e0c437cedc548bd7a07d95e16f (patch) | |
| tree | 5b574ccc68b69e77b6f1c19b94f2514628584ca1 /src-migrate/services | |
| parent | 0b2384079c06596d39295de52bf604bfb6449105 (diff) | |
| parent | 937013e8bf9f176c18a31d94205b9116d2a02224 (diff) | |
Merged in Feature/all-promotion (pull request #167)
Feature/all promotion
Diffstat (limited to 'src-migrate/services')
| -rw-r--r-- | src-migrate/services/promotionProgram.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/services/promotionProgram.ts b/src-migrate/services/promotionProgram.ts index 92c60943..8bf2a0bd 100644 --- a/src-migrate/services/promotionProgram.ts +++ b/src-migrate/services/promotionProgram.ts @@ -8,7 +8,6 @@ export const getPromotionProgram = async ( }; export const getPromotionProgramSolr = async () => { - console.log(`/solr/promotion-program/select?q=*:*`) const response = await fetch(`/solr/promotion_programs/select?indent=true&q.op=OR&q=*:*&fq=banner_s:[* TO *]`); if (!response.ok) { throw new Error('Network response was not ok'); |
