From 119e4efeb685d3b43ca888721dd515a5b80a2baf Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Sun, 17 Mar 2024 18:44:49 -0500 Subject: [PATCH] Scan Issues (#2798) --- API/Controllers/AdminController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/API/Controllers/AdminController.cs b/API/Controllers/AdminController.cs index 7a7d5b06a..a8de09145 100644 --- a/API/Controllers/AdminController.cs +++ b/API/Controllers/AdminController.cs @@ -1,4 +1,5 @@ using System.Threading.Tasks; +using API.Data.ManualMigrations; using API.Entities; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity;