We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde5aa commit fbebed8Copy full SHA for fbebed8
packages/apps/tiny-erp/src/integration/parsers/product-from-tiny.ts
@@ -288,7 +288,7 @@ export default (
288
url = anexo.url;
289
}
290
if (typeof url === 'string' && url.startsWith('http')) {
291
- promises.push(tryImageUpload(anexo, product as Products)
+ promises.push(tryImageUpload(url, product as Products)
292
.then((picture) => {
293
if (product && product.pictures) {
294
product.pictures.push(picture);
0 commit comments