From e80652d9779486a78bffec852427d56cec689211 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 15 Aug 2022 18:57:02 +0100 Subject: [PATCH] Register ProcessBannedList in DI container --- Sources/App/DependencyRegistrator.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/App/DependencyRegistrator.swift b/Sources/App/DependencyRegistrator.swift index 585b1674..19a020e6 100644 --- a/Sources/App/DependencyRegistrator.swift +++ b/Sources/App/DependencyRegistrator.swift @@ -106,6 +106,7 @@ struct DependencyRegistrator { container.register(MakeAppScreenshot.live) container.register(SendReport.live) container.register(FetchBannedList.live) + container.register(ProcessBannedList.live) // MARK: Isolated -- GitLab