Update scrap_new_items.js
This commit is contained in:
parent
e867c48e51
commit
1d3de8a2ab
|
|
@ -158,7 +158,7 @@ async function scrapeWithPuppeteer(store) {
|
|||
payload.currencyID = match[1] || match[3] || "";
|
||||
}
|
||||
}
|
||||
if (!payload.currencyID?.trim()) payload.currency = "AU";
|
||||
if (!payload.currencyID?.trim()) payload.currencyID = "AU";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue