Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(ssh-key-creation): remove extra params from constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
wowshakhov committed Aug 28, 2017
1 parent 98f2f63 commit db3f511
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export class SshKeyCreationComponent implements OnInit {
private dialogService: DialogService,
private router: Router,
private activatedRoute: ActivatedRoute,
private activatedRoute: ActivatedRoute,
private listService: ListService
) {
}
Expand Down

0 comments on commit db3f511

Please sign in to comment.