From d2333835ae5d2415d9366eb0ef6bb02b3859ea13 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:00 +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 de6794800..4603727c0 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1601,7 +1601,7 @@ async Task SearchDataEntityAsync(string searchedField, string search /// /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. /// - public void Dispose() + void Dispose() { _wrapper.Dispose(); }