Skip to content

Commit

Permalink
removed redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Oct 1, 2024
1 parent ebcad87 commit 4f9ef32
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class UserSettingsContainerComponent implements OnInit {
tap((user: User) => {
this.currentUser = user;
this.authorizeTutor();
return this.currentUser;
}),
)
.subscribe();
Expand Down

0 comments on commit 4f9ef32

Please sign in to comment.