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 6064660 commit 7b7548f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/VTEX/VTEXContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,7 @@ public async Task<TDataEntity> SearchAsync<TDataEntity>(string searchedField, st
/// <exception cref="ArgumentNullException">Thrown when <paramref name="searchedValue"/> is null or whitespace.</exception>
/// <exception cref="UnexpectedApiResponseException">Thrown when the API response is unexpected.</exception>
[Pure]
public async Task<DataEntity> SearchDataEntityAsync(string searchedField, string searchedValue)
if (string.IsNullOrWhiteSpace(searchedValue))
{
throw new ArgumentNullException(nameof(searchedValue));
Expand Down

0 comments on commit 7b7548f

Please sign in to comment.