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