mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: encore name when fetching account
This commit is contained in:
parent
b8414791e1
commit
2ee411cbef
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export default class AccountEndpoint {
|
||||||
return new JaxRequest(
|
return new JaxRequest(
|
||||||
getRiotRegion(region),
|
getRiotRegion(region),
|
||||||
this.config,
|
this.config,
|
||||||
`account/v1/accounts/by-riot-id/${name}/${tagline}`,
|
`account/v1/accounts/by-riot-id/${encodeURI(name)}/${tagline}`,
|
||||||
this.limiter,
|
this.limiter,
|
||||||
36000,
|
36000,
|
||||||
'riot'
|
'riot'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue