Skip to content

Commit

Permalink
fix: remove changeDefaultDriver method from global
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Dec 6, 2021
1 parent 197bcfc commit 4358479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4358479

Please sign in to comment.