From bf8ea7cff744812ae6a5d25c6765d47b68e21508 Mon Sep 17 00:00:00 2001 From: LucasBrazi06 Date: Fri, 8 Apr 2022 20:22:22 +0200 Subject: [PATCH] Updated sub-modules Fixed eslint issue --- src/assets/charging-station-templates | 2 +- src/notification/NotificationHandler.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/charging-station-templates b/src/assets/charging-station-templates index 34f8f0e994..97b23e9a92 160000 --- a/src/assets/charging-station-templates +++ b/src/assets/charging-station-templates @@ -1 +1 @@ -Subproject commit 34f8f0e9947c383b3a0ec5aba4c6742333d088d3 +Subproject commit 97b23e9a923a33931ea8c325cfd1227f94dd9cb6 diff --git a/src/notification/NotificationHandler.ts b/src/notification/NotificationHandler.ts index 2365827829..b469700246 100644 --- a/src/notification/NotificationHandler.ts +++ b/src/notification/NotificationHandler.ts @@ -33,7 +33,7 @@ export default class NotificationHandler { } ]; - static async getAdminUsers(tenant: Tenant, notificationKey?: UserNotificationKeys): Promise { + public static async getAdminUsers(tenant: Tenant, notificationKey?: UserNotificationKeys): Promise { // Get admin users let params; if (tenant.id === Constants.DEFAULT_TENANT_ID) {