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 d535371 commit 1854e83
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 @@ -1492,7 +1492,6 @@ await LogConsumer.InfoAsync(
productId,
string.Join(",", specifications.Select(s => s.Id))
);
)

var data = specifications.GetSerializer();

Check notice

Code scanning / Sonarcsharp (reported by Codacy)

Rename 'data' which hides the field with the same name. Note

Rename 'data' which hides the field with the same name.
await _wrapper.UpdateSpecificationsAsync(productId, data, token);
Expand Down

0 comments on commit 1854e83

Please sign in to comment.