Commit 63c1029a authored by nanahira's avatar nanahira

remove unused injection

parent 26e9dc83
Pipeline #6149 passed with stages
in 34 seconds
{ {
"name": "koishi-nestjs", "name": "koishi-nestjs",
"version": "1.0.27", "version": "1.0.28",
"description": "Koishi.js as Nest.js Module", "description": "Koishi.js as Nest.js Module",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
......
...@@ -69,7 +69,7 @@ export interface DoRegisterConfig<T = any> { ...@@ -69,7 +69,7 @@ export interface DoRegisterConfig<T = any> {
data?: T; data?: T;
} }
export interface CommandConfigWithDescription extends Command.Config { export interface CommandConfigWIthDescription extends Command.Config {
desc?: string; desc?: string;
} }
......
...@@ -58,7 +58,6 @@ const koishiContextProviderPrivate: Provider = { ...@@ -58,7 +58,6 @@ const koishiContextProviderPrivate: Provider = {
KOISHI_MODULE_OPTIONS, KOISHI_MODULE_OPTIONS,
KoishiMetascanService, KoishiMetascanService,
KoishiLoggerService, KoishiLoggerService,
DiscoveryService,
], ],
useFactory: async ( useFactory: async (
options: KoishiModuleOptions, options: 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