From f41242627b6e0a957521fdbfcb3fcee4834bfc9c 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:11:52 +0000 Subject: [PATCH] Update Src/VTEX/VTEXContext.cs --- Src/VTEX/VTEXContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Src/VTEX/VTEXContext.cs b/Src/VTEX/VTEXContext.cs index 55f8ed713..b99aca107 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1544,7 +1544,6 @@ public async Task SearchAsync(string searchedField, st /// Thrown when the API response is unexpected. [Pure] private async Task SearchDataEntityAsync(string searchedField, string searchedValue) - public async Task SearchDataEntityAsync(string searchedField, string searchedValue) { if (string.IsNullOrWhiteSpace(searchedValue)) {