Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed Feb 7, 2024
1 parent 41cccc1 commit 4eac47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/tasks/tasks.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class TasksComponent implements OnInit {
private readonly taskService: TaskService,
private readonly dialog: MatDialog,
private readonly cd: ChangeDetectorRef,
private readonly notificationService: NotificationService,
private readonly notificationService: NotificationService
) {}

ngOnInit(): void {
Expand Down

0 comments on commit 4eac47b

Please sign in to comment.