diff --git a/Sources/CLIKit/CommandContext+initDatabase.swift b/Sources/CLIKit/CommandContext+initDatabase.swift index 34f4b0e..ae7e2b3 100644 --- a/Sources/CLIKit/CommandContext+initDatabase.swift +++ b/Sources/CLIKit/CommandContext+initDatabase.swift @@ -59,7 +59,6 @@ extension CommandContext { threadPool.start() let databases = Databases(threadPool: threadPool, on: eventLoopGroup) databases.use(.sqlite(.file(sqliteURL.absoluteString)), as: .sqlite) - await storage.set(key: Logger.self, logger) await storage.set(key: NIOThreadPool.self, threadPool) await storage.set(key: Databases.self, databases)