Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 4, 2021
1 parent 656a565 commit 6bf809c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/midway-component-kmore/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import {
Logger,
} from '@midwayjs/decorator'
import { ILogger } from '@midwayjs/logger'
import {
IMidwayWebApplication,
IMidwayWebContext,
} from '@midwayjs/web'
import { IMidwayWebApplication } from '@midwayjs/web'

import { DbManager } from './lib/db-man'
import { KmoreComponentConfig } from './lib/types'
Expand All @@ -27,9 +24,9 @@ const namespace = 'kmore'
})
export class AutoConfiguration {
@App() readonly app: IMidwayWebApplication

@Logger() private readonly logger: ILogger

@Inject() readonly ctx: IMidwayWebContext
@Inject() readonly dbManager: DbManager

@Config('kmore') readonly kmoreConfig: KmoreComponentConfig
Expand Down

0 comments on commit 6bf809c

Please sign in to comment.