From 7cba85d49b1ac81ed8d248ec3ce098cbcb62b259 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:26:02 +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 95e7e48a1..a98e42321 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