Skip to content

Commit

Permalink
LYNX-741: remove await
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseacornejo committed Feb 13, 2025
1 parent 983f1fc commit 16885c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/product-details/product-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default async function decorate(block) {
]);

if (product) {
await trackViewedProduct(product.sku);
trackViewedProduct(product.sku);
}

// Lifecycle Events
Expand Down

0 comments on commit 16885c6

Please sign in to comment.