summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-07-16 08:53:39 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-07-16 08:53:39 +0000
commit1d2e70e1c348e8e0c437cedc548bd7a07d95e16f (patch)
tree5b574ccc68b69e77b6f1c19b94f2514628584ca1 /src-migrate
parent0b2384079c06596d39295de52bf604bfb6449105 (diff)
parent937013e8bf9f176c18a31d94205b9116d2a02224 (diff)
Merged in Feature/all-promotion (pull request #167)
Feature/all promotion
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/services/promotionProgram.ts1
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');