logger type

This commit is contained in:
Alex Holliday
2026-02-16 19:42:10 +00:00
parent 302ac6f4f1
commit a65515fc08
@@ -43,7 +43,7 @@ export class NotificationsService implements INotificationsService {
pagerDutyProvider: INotificationProvider,
matrixProvider: INotificationProvider,
settingsService: ISettingsService,
logger: any
logger: ILogger
) {
this.notificationsRepository = notificationsRepository;
this.monitorsRepository = monitorsRepository;