From 435847908610ea8c134442f87f0214319224990c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Mon, 6 Dec 2021 07:56:31 -0300 Subject: [PATCH] fix: remove changeDefaultDriver method from global --- src/utils/global.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/global.ts b/src/utils/global.ts index 32b4e88..9bcc768 100644 --- a/src/utils/global.ts +++ b/src/utils/global.ts @@ -13,7 +13,6 @@ declare global { static get drivers(): string[] static get formatters(): string[] - static changeDefaultChannel(channel: string): typeof Log static channel(channel: string): typeof Log static channels(...channels: string[]): typeof Log