Skip to content

Commit

Permalink
Updated sub-modules
Browse files Browse the repository at this point in the history
Fixed eslint issue
  • Loading branch information
LucasBrazi06 committed Apr 8, 2022
1 parent 4f1f674 commit bf8ea7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/charging-station-templates
2 changes: 1 addition & 1 deletion src/notification/NotificationHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class NotificationHandler {
}
];

static async getAdminUsers(tenant: Tenant, notificationKey?: UserNotificationKeys): Promise<User[]> {
public static async getAdminUsers(tenant: Tenant, notificationKey?: UserNotificationKeys): Promise<User[]> {
// Get admin users
let params;
if (tenant.id === Constants.DEFAULT_TENANT_ID) {
Expand Down

0 comments on commit bf8ea7c

Please sign in to comment.