diff --git a/Src/VTEX/VTEXContext.cs b/Src/VTEX/VTEXContext.cs index 689afa0ea..6c8ff7b69 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1544,6 +1544,7 @@ public async Task SearchAsync(string searchedField, st /// Thrown when the API response is unexpected. [Pure] private async Task SearchDataEntityAsync(string searchedField, string searchedValue) + { if (string.IsNullOrWhiteSpace(searchedValue)) { throw new ArgumentNullException(nameof(searchedValue));