Skip to content

Commit

Permalink
Update Src/VTEX/VTEXContext.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Dec 11, 2024
1 parent ee6f432 commit 14d3cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/VTEX/VTEXContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ await LogConsumer.InfoAsync(
);

var data = specifications.GetSerializer();
await _wrapper.UpdateSpecificationsAsync(productId, data, token).ConfigureAwait(false);
await _wrapper.UpdateSpecificationsAsync(
productId,
data,
token
Expand Down

0 comments on commit 14d3cbb

Please sign in to comment.