From e98b01a4571787ae7942c926d80cdc21cbc391b9 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 15 Aug 2022 18:56:52 +0100 Subject: [PATCH] Register FetchBannedList 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 d8a0bd90..585b1674 100644 --- a/Sources/App/DependencyRegistrator.swift +++ b/Sources/App/DependencyRegistrator.swift @@ -105,6 +105,7 @@ struct DependencyRegistrator { container.register(BackupService()) container.register(MakeAppScreenshot.live) container.register(SendReport.live) + container.register(FetchBannedList.live) // MARK: Isolated -- GitLab