From 17d2a430abf7c0e2846cdadb132739fc335b0dad 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:15:17 +0000 Subject: [PATCH] Update Src/Controllers/ProductSpecificationController.cs --- Src/Controllers/ProductSpecificationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Controllers/ProductSpecificationController.cs b/Src/Controllers/ProductSpecificationController.cs index c72fd1c09..223c521b6 100644 --- a/Src/Controllers/ProductSpecificationController.cs +++ b/Src/Controllers/ProductSpecificationController.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; -using System.Threading.Tasks; using System.Threading; using VTEX; +using System.Threading.Tasks; namespace Controllers {