From 2ec4706b60b3e7741d21037bc113da27d6efdd89 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:22:13 +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 6e80e6d16..3bc1e5ccd 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1510,6 +1510,7 @@ await _wrapper.UpdateSpecificationsAsync( /// A Task representing the asynchronous operation. public async Task InsertSpecificationFieldValueAsync(SpecificationFieldValue fieldValue, CancellationToken token) LogConsumer.Info("Creating field value of field id {0}", fieldValue.FieldId); + { var data = fieldValue.GetSerializer(); await _wrapper .ServiceInvokerAsync(