Update scrap_new_items.js

This commit is contained in:
nguyentrungthat 2025-12-10 16:59:19 +07:00
parent e867c48e51
commit 1d3de8a2ab
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ async function scrapeWithPuppeteer(store) {
payload.currencyID = match[1] || match[3] || ""; payload.currencyID = match[1] || match[3] || "";
} }
} }
if (!payload.currencyID?.trim()) payload.currency = "AU"; if (!payload.currencyID?.trim()) payload.currencyID = "AU";
} }
} }