fix(medusa): downgrade papaparse version (#4174)
* fix: downgrade `papaparse` version * chore: changesets --------- Co-authored-by: fPolic <frane@medusajs.com>
This commit is contained in:
@@ -136,11 +136,11 @@ class ProductImportStrategy extends AbstractBatchJobStrategy {
|
||||
row: TParsedProductImportRowData,
|
||||
errorDescription?: string
|
||||
): never {
|
||||
const message = `Error while processing row with:
|
||||
product id: ${row["product.id"]},
|
||||
product handle: ${row["product.handle"]},
|
||||
variant id: ${row["variant.id"]}
|
||||
variant sku: ${row["variant.sku"]}
|
||||
const message = `Error while processing row with
|
||||
[(product id: ${row["product.id"]}),
|
||||
(product handle: ${row["product.handle"]}),
|
||||
(variant id: ${row["variant.id"]}),
|
||||
(variant sku: ${row["variant.sku"]})]:
|
||||
${errorDescription}`
|
||||
|
||||
throw new MedusaError(MedusaError.Types.INVALID_DATA, message)
|
||||
|
||||
Reference in New Issue
Block a user