Skip to content

Commit

Permalink
Remove empty constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipAB committed Apr 15, 2024
1 parent 893827f commit 8d62331
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/quiz/quiz-base.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export abstract class QuizBaseComponent implements OnInit {
public validSubmission = false;
public validationEnabled: boolean;

constructor() {}

ngOnInit(): void {
this.validationEnabled = this.validation != 'none';
this.extractQuizOptions();
Expand Down

0 comments on commit 8d62331

Please sign in to comment.