From ac61f5762f707bb82ef1073349c5de644c460a77 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Tue, 7 Jan 2025 06:53:24 -0500 Subject: [PATCH] fix error --- Core/Controllers/NotifierController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/Controllers/NotifierController.cs b/Core/Controllers/NotifierController.cs index 4f0bc33f..8b2f1d95 100644 --- a/Core/Controllers/NotifierController.cs +++ b/Core/Controllers/NotifierController.cs @@ -1,3 +1,5 @@ +using Core.Models.Eft.Notifier; + namespace Core.Controllers; public class NotifierController