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 f1216dd commit f412426
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 @@ -1544,7 +1544,6 @@ public async Task<TDataEntity> SearchAsync<TDataEntity>(string searchedField, st
/// <exception cref="UnexpectedApiResponseException">Thrown when the API response is unexpected.</exception>
[Pure]
private async Task<DataEntity> SearchDataEntityAsync(string searchedField, string searchedValue)

Check failure on line 1546 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

The modifier 'private' is not valid for this item

Check failure on line 1546 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

The modifier 'private' is not valid for this item

Check failure on line 1546 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

The modifier 'private' is not valid for this item
public async Task<DataEntity> SearchDataEntityAsync(string searchedField, string searchedValue)
{
if (string.IsNullOrWhiteSpace(searchedValue))
{
Expand Down

0 comments on commit f412426

Please sign in to comment.