fix(role-identification): tmp fix while looking for the real bug

This commit is contained in:
Valentin Kaelin 2020-09-28 20:01:53 +02:00
parent 9f7c33ffc7
commit b936f0f111

View file

@ -213,6 +213,7 @@ class MatchTransformer {
const support = teamSupports.length === 1 ? teamSupports[0].champion : null 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), jungle, support)
return RoleIdentificationService.getRoles(this.championRoles, team.map(p => p.champion), null, support)
} }
/** /**