From 6c26e000e1b4e5d178440a74ec6e076eeefdf771 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:16:37 +0000 Subject: [PATCH] Update Src/Controllers/ProductSpecificationController.cs --- Src/Controllers/ProductSpecificationController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Controllers/ProductSpecificationController.cs b/Src/Controllers/ProductSpecificationController.cs index f2381879b..8deb8e2de 100644 --- a/Src/Controllers/ProductSpecificationController.cs +++ b/Src/Controllers/ProductSpecificationController.cs @@ -1,6 +1,7 @@ using Microsoft.AspNetCore.Mvc; using VTEX; using System.Threading.Tasks; +using System.Threading; namespace Controllers {