mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(role-identification): tmp fix while looking for the real bug
This commit is contained in:
parent
9f7c33ffc7
commit
b936f0f111
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ class MatchTransformer {
|
|||
const support = teamSupports.length === 1 ? teamSupports[0].champion : null
|
||||
|
||||
return RoleIdentificationService.getRoles(this.championRoles, team.map(p => p.champion), jungle, support)
|
||||
return RoleIdentificationService.getRoles(this.championRoles, team.map(p => p.champion), null, support)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue