fix: typo
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user