From 5888c0ae007f1dce124da082a2acb0732f12812f Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:14:45 +0000 Subject: [PATCH] Update Src/VTEX/VTEXContext.cs --- Src/VTEX/VTEXContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/VTEX/VTEXContext.cs b/Src/VTEX/VTEXContext.cs index ad2cdf873..c467b3766 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1542,7 +1542,7 @@ public async Task SearchAsync(string searchedField, st /// Thrown when is null or whitespace. /// Thrown when the API response is unexpected. [Pure] - async Task SearchDataEntityAsync(string searchedField, string searchedValue) + private async Task SearchDataEntityAsync(string searchedField, string searchedValue) { if (string.IsNullOrWhiteSpace(searchedValue)) {