From d195d1e5dd900f817f1c5d2ca8530bdc47764369 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:21:24 +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 d6c411ec8..550163ce4 100644 --- a/Src/Controllers/ProductSpecificationController.cs +++ b/Src/Controllers/ProductSpecificationController.cs @@ -1,5 +1,5 @@ -using Microsoft.AspNetCore.Mvc; using System.Threading; +using Microsoft.AspNetCore.Mvc; using VTEX; namespace Controllers