Skip to content

Commit

Permalink
Merge pull request #143 from sunbird-cb/onboarding
Browse files Browse the repository at this point in the history
Task #58726: Fixed lint issues
  • Loading branch information
christyfernandes authored Jul 1, 2022
2 parents 6c9c4b1 + d2f6e02 commit 3f71ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class StateProfileHomeComponent implements OnInit, OnDestroy {
constructor(
private valueSvc: ValueService,
private route: ActivatedRoute,
private router: Router,
public router: Router,
private stepService: StepService,
private configSvc: ConfigurationsService,
private snackBar: MatSnackBar,
Expand Down

0 comments on commit 3f71ef7

Please sign in to comment.