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 6e39398 commit 49dc8eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/VTEX/VTEXContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,6 @@ await _wrapper.UpdateSpecificationsAsync(
/// <param name="token">The token.</param>
/// <returns>A Task representing the asynchronous operation.</returns>
public async Task InsertSpecificationFieldValueAsync(SpecificationFieldValue fieldValue, CancellationToken token)
async Task InsertSpecificationFieldValueAsync(SpecificationFieldValue fieldValue, CancellationToken token)
LogConsumer.Info("Creating field value of field id {0}", fieldValue.FieldId);
var data = fieldValue.GetSerializer();
await _wrapper
Expand Down

0 comments on commit 49dc8eb

Please sign in to comment.