Skip to content

Commit

Permalink
fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RheuX committed Nov 14, 2024
1 parent 64d9752 commit c8d5114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class CoursesStepViewComponent implements OnInit, OnDestroy {
user: this.userService.get(),
type: 'exam' });
}
this.isLoading = false
this.isLoading = false;
}

initResources(resources) {
Expand Down

0 comments on commit c8d5114

Please sign in to comment.