Skip to content

Commit 46e4f64

Browse files
committed
Linting
1 parent 8899522 commit 46e4f64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/component/teams/teams.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class TeamsComponent implements OnInit {
2727
console.log('teamGroups', this.teamGroups);
2828
});
2929
}
30-
30+
3131
getTeamArray(key: string): string[] {
3232
return this.teamGroups.get(key) || [];
3333
}

0 commit comments

Comments
 (0)