Update fetch-all-products.ts

This commit is contained in:
cond0r 2021-05-22 14:34:23 +03:00
parent b4fb64a292
commit 098605712e

View File

@ -25,7 +25,7 @@ const fetchAllProducts = async ({
{ {
...(locale && { ...(locale && {
headers: { headers: {
'Accept-Locale': locale, 'Accept-Language': locale,
}, },
}), }),
} }