Skip to content

Commit

Permalink
Added type
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonpoltorak committed Mar 26, 2024
1 parent 4ef77f2 commit eb3f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corn-frontend/src/app/pages/boards/boards.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class BoardsComponent implements OnInit {
) {
}

async ngOnInit() {
async ngOnInit(): Promise<void> {
this.selected = this.location.path().split('/').pop() || '';

this.router.events.subscribe((val) => {
Expand Down

0 comments on commit eb3f6a3

Please sign in to comment.