diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-02 14:40:34 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-02 14:40:34 +0700 |
| commit | 3f384749fe51a2763e7e99351f36ce70954afb7a (patch) | |
| tree | 2a14c955baa688789021ce85e37268f4cda2c17b /src/utils/solrMapping.js | |
| parent | bf805f7da68891250a10d85d9206607de3cbfacf (diff) | |
<iman> temp save
Diffstat (limited to 'src/utils/solrMapping.js')
| -rw-r--r-- | src/utils/solrMapping.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js index e93b0b54..7a115753 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -1,4 +1,4 @@ -const map = (promotions) => { +export const promoMappingSolr = (promotions, pricelist) => { const result = []; for (const promotion of promotions) { const data = { |
