Удалена ненужная переменная
This commit is contained in:
parent
c8fce4cbda
commit
a606ac4fa4
1 changed files with 0 additions and 3 deletions
|
|
@ -11,7 +11,6 @@ export class TelegramBotService {
|
|||
private logger = new Logger(TelegramBotService.name);
|
||||
private bot: TelegramBot;
|
||||
private telegramBotToken: string;
|
||||
private redmineApiUrlPrefix: string;
|
||||
private redminePublicUrlPrefix: string;
|
||||
|
||||
private registerRe = /\/register (\d+) (.+)/;
|
||||
|
|
@ -22,8 +21,6 @@ export class TelegramBotService {
|
|||
private configService: ConfigService,
|
||||
) {
|
||||
this.telegramBotToken = this.configService.get<string>('telegramBotToken');
|
||||
this.redmineApiUrlPrefix =
|
||||
this.configService.get<string>('redmineUrlPrefix');
|
||||
this.redminePublicUrlPrefix =
|
||||
this.configService.get<string>('redmineUrlPublic');
|
||||
this.initTelegramBot();
|
||||
|
|
|
|||
Loading…
Reference in a new issue