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 2d01b0a commit bcdba4d
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 @@ -1496,7 +1496,6 @@ public async Task UpdateSpecificationsAsync(

var data = (string)specifications.GetSerializer();
await _wrapper.UpdateSpecificationsAsync(productId, data, token);
HttpRequestMethod.POST,
$@"{PlatformConstants.Catalog}/products/{productId}/specification",
token,
data: data
Expand Down

0 comments on commit bcdba4d

Please sign in to comment.