Skip to content

Commit

Permalink
Update Src/VTEX/VTEXWrapper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 4, 2024
1 parent 4d4aa17 commit dec291e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/VTEX/VTEXWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ UriBuilder uriBuilder
{
HttpResponseMessage response;
StringContent content = null;

if (!string.IsNullOrWhiteSpace(data))
{
content = new StringContent(data, Encoding.UTF8, @"application/json");
Expand Down

0 comments on commit dec291e

Please sign in to comment.