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 {