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 287a540 commit e3b84da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Src/VTEX/VTEXContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1505,8 +1505,7 @@ await LogConsumer.InfoAsync(
await _wrapper.UpdateSpecificationsAsync(
productId,
data,
token);
token
token).ConfigureAwait(false);

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

} expected

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

} expected
).ConfigureAwait(false);
}

Expand Down

0 comments on commit e3b84da

Please sign in to comment.