Commit ba3da4f5 authored by nanahira's avatar nanahira

remove unnecessary ctx

parent 86981a01
Pipeline #8111 passed with stages
in 29 seconds
...@@ -11,7 +11,7 @@ import S3Assets from '@koishijs/plugin-assets-s3'; ...@@ -11,7 +11,7 @@ import S3Assets from '@koishijs/plugin-assets-s3';
export class MessageService export class MessageService
extends ConsoleLogger extends ConsoleLogger
implements OnApplicationBootstrap { implements OnApplicationBootstrap {
constructor(@InjectContext() private ctx: Context) { constructor() {
super('message'); super('message');
} }
......
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