From 5f891317ee5211a8dbbc643301d45736faf49b57 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:18:22 +0000 Subject: [PATCH] Update Src/VTEX/VTEXContext.cs --- Src/VTEX/VTEXContext.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/VTEX/VTEXContext.cs b/Src/VTEX/VTEXContext.cs index d6ea56094..006028062 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1492,6 +1492,7 @@ await LogConsumer.InfoAsync( productId, string.Join(",", specifications.Select(s => s.Id)) ); + ) var data = specifications.GetSerializer(); await _wrapper.UpdateSpecificationsAsync(productId, data, token);