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 78f8bfe commit 5f89131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/VTEX/VTEXContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@ await LogConsumer.InfoAsync(
productId,
string.Join(",", specifications.Select(s => s.Id))
);

Check failure on line 1494 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

} expected
)

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

0 comments on commit 5f89131

Please sign in to comment.