From a4239faf7de5d6375873bc8bcbe01dccb2f9ec80 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:10:47 +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 7934a49c9..ee6ab1942 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1544,7 +1544,7 @@ public async Task SearchAsync(string searchedField, st /// Thrown when the API response is unexpected. [Pure] public async Task SearchDataEntityAsync(string searchedField, string searchedValue) - + { { if (string.IsNullOrWhiteSpace(searchedValue)) {