Skip to content

Commit

Permalink
fix(status): fix incorrect typings, fix #469
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 17, 2022
1 parent 089cbb7 commit 6f612d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/frontend/status/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export * from './profile'
export * from './stats'

export const name = 'status'
export const using = ['console']
export const using = ['console'] as const

export interface Config extends MetaProvider.Config, ProfileProvider.Config, StatisticsProvider.Config {
logger?: LogProvider.Config
Expand Down

0 comments on commit 6f612d3

Please sign in to comment.