Commit 5d322e9d authored by nanahira's avatar nanahira

add KoishiService export back

parent 9ec0c19f
...@@ -52,7 +52,7 @@ const koishiContextProvider: Provider<Context> = { ...@@ -52,7 +52,7 @@ const koishiContextProvider: Provider<Context> = {
KoishiInterceptorManagerService, KoishiInterceptorManagerService,
KoishiExceptionHandlerService, KoishiExceptionHandlerService,
], ],
exports: [koishiContextProvider], exports: [KoishiService, koishiContextProvider],
}) })
export class KoishiModule implements NestModule { export class KoishiModule implements NestModule {
configure(consumer: MiddlewareConsumer) { configure(consumer: MiddlewareConsumer) {
......
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