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 f208e51 commit 071bed4
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 @@ -1513,7 +1513,7 @@ CancellationToken token
)
{

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected
LogConsumer.Info("Creating field value of field id {0}", fieldValue.FieldId);
var data = (string)fieldValue.GetSerializer();
var data = fieldValue.GetSerializer();
await _wrapper
.ServiceInvokerAsync(
HttpRequestMethod.POST,
Expand Down

0 comments on commit 071bed4

Please sign in to comment.