Update ConfigService.ts

This commit is contained in:
Nofated 2023-01-19 01:50:04 +08:00 committed by GitHub
parent f1b2ad664e
commit a51af9af7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ export default class ConfigService {
constructor(private readonly instance: Instance,
private readonly tgBot: Telegram,
private readonly tgUser: Telegram,
private readonly oicq: OicqClient) {
this.log = getLogger(`ConfigService - ${instance.id}`);
this.owner = tgBot.getChat(this.instance.owner);