diff --git a/apps/frontend/src/app/features/dashboard/dashboard.ts b/apps/frontend/src/app/features/dashboard/dashboard.ts index bfc5785..2ba20c0 100644 --- a/apps/frontend/src/app/features/dashboard/dashboard.ts +++ b/apps/frontend/src/app/features/dashboard/dashboard.ts @@ -61,7 +61,6 @@ export class Dashboard implements OnInit { private alertsService = inject(AlertsService); public auth = inject(AuthService); private predictionsService = inject(PredictionsService); - private auth = inject(AuthService); private router = inject(Router); private destroyRef = inject(DestroyRef);