Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 56ec38d

Browse files
committed
Fix CS
1 parent 856d481 commit 56ec38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webFrontend/src/app/user/user-settings/user-settings.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class UserSettingsComponent implements OnInit {
5050
}
5151

5252
async getNotificationSettings() {
53-
this.notificationSettings = await this.notificationSettingsService.getNotificationSettingsPerUser(this.userService.user);;
53+
this.notificationSettings = await this.notificationSettingsService.getNotificationSettingsPerUser(this.userService.user);
5454
}
5555

5656
setSelection() {

0 commit comments

Comments
 (0)