From 8590d65db455b5d4be80753b7edf0f9fb1628185 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:11 +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 6c8ff7b69..8c4c3b822 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1601,7 +1601,7 @@ private async Task SearchDataEntityAsync(string searchedField, strin /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. /// void Dispose() - { + public void Dispose() } #endregion