From 797947c7b7af00ba8b992fd40252bf538dd906ca Mon Sep 17 00:00:00 2001 From: tanaka Date: Mon, 9 Sep 2024 22:11:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Logger=E3=81=AE=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E3=81=AA2=E5=9B=9E=E7=9B=AE=E3=81=AE?= =?UTF-8?q?=E4=BB=A3=E5=85=A5=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/CLIKit/CommandContext+initDatabase.swift | 1 - 1 file changed, 1 deletion(-) 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)