diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-16 15:35:08 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-16 15:35:08 +0700 |
| commit | 9525ae860e320358a7897cf5fb9c4e4fb7c203e1 (patch) | |
| tree | f0bf3bdca11379a6288e25551c5f8a312c1bea7d /src-migrate/services | |
| parent | c81465a639ae63e93f7f42e4c345e83db720bf68 (diff) | |
<iman> update delete console log
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'); |
