Commit 2570cc85 authored by nanahira's avatar nanahira

fix

parent 0c2dc6c4
Pipeline #6562 passed with stages
in 2 minutes and 12 seconds
...@@ -24,7 +24,7 @@ import { Filter, ReplacedContext } from './utility/replaced-context'; ...@@ -24,7 +24,7 @@ import { Filter, ReplacedContext } from './utility/replaced-context';
export class KoishiService export class KoishiService
extends App extends App
implements OnModuleInit, OnApplicationBootstrap, OnModuleDestroy { implements OnModuleInit, OnApplicationBootstrap, OnModuleDestroy {
private globalInterceptors: KoishiCommandInterceptorRegistration[]; private readonly globalInterceptors: KoishiCommandInterceptorRegistration[];
constructor( constructor(
@Inject(KOISHI_MODULE_OPTIONS) @Inject(KOISHI_MODULE_OPTIONS)
private readonly koishiModuleOptions: KoishiModuleOptions, private readonly koishiModuleOptions: KoishiModuleOptions,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment