Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elrrrrrrr committed Feb 10, 2023
1 parent 7100584 commit 5f3e69b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/infra/NFSClientAdapter.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
AccessLevel,
EggObjectLifecycle,
InitTypeQualifier,
Inject,
ObjectInitType,
SingletonProto,
EggQualifier,
EggType,
} from '@eggjs/tegg';
import { EggAppConfig, EggLogger } from 'egg';
import FSClient from 'fs-cnpm';
Expand All @@ -17,7 +17,7 @@ import { Readable } from 'stream';
})
export class NFSClientAdapter implements EggObjectLifecycle, NFSClient {
@Inject()
@InitTypeQualifier(ObjectInitType.SINGLETON)
@EggQualifier(EggType.APP)
private logger: EggLogger;

@Inject()
Expand Down

0 comments on commit 5f3e69b

Please sign in to comment.