Commit 63c1029a authored by nanahira's avatar nanahira

remove unused injection

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