From 857c440c03d9b9ff94f067f7209632a34660d5af Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Tue, 1 Sep 2020 11:14:20 +0200 Subject: [PATCH] fix: typo --- packages/medusa-plugin-contentful/src/services/contentful.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/medusa-plugin-contentful/src/services/contentful.js b/packages/medusa-plugin-contentful/src/services/contentful.js index 5e4227814f..6fd3756c36 100644 --- a/packages/medusa-plugin-contentful/src/services/contentful.js +++ b/packages/medusa-plugin-contentful/src/services/contentful.js @@ -269,7 +269,7 @@ class ContentfulService extends BaseService { // Get the thumbnail const thumb = await environment.getAsset( - entry.fields.thumbnail["en-US"].sys.id + productEntry.fields.thumbnail["en-US"].sys.id ) const updatedProduct = await this.productService_.update(productId, {