mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: ...
This commit is contained in:
parent
b936f0f111
commit
dc6b7617d3
1 changed files with 0 additions and 1 deletions
|
|
@ -212,7 +212,6 @@ class MatchTransformer {
|
|||
const teamSupports = team.filter(p => p.support && !p.jungle)
|
||||
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