Remove unused class property

This commit is contained in:
Dev 2023-11-01 13:06:01 +00:00
parent bb06008983
commit 9d56030880

View File

@ -28,7 +28,6 @@ export class BotController
{ {
protected botConfig: IBotConfig; protected botConfig: IBotConfig;
protected pmcConfig: IPmcConfig; protected pmcConfig: IPmcConfig;
public static readonly pmcTypeLabel = "PMC";
constructor( constructor(
@inject("WinstonLogger") protected logger: ILogger, @inject("WinstonLogger") protected logger: ILogger,