Skip to content

Commit

Permalink
fix: 🐛 Removed account ID in getSummonerDataByNameOrId()
Browse files Browse the repository at this point in the history
  • Loading branch information
simwai committed Apr 17, 2024
1 parent 44bd6db commit a67b5d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data-handlers/api-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ class ApiHandler {
case 'summonerID':
summonerDataUrl += args.value
break
case 'accountID':
summonerDataUrl += 'by-account/' + args.value
case 'player':
summonerDataUrl += args.value.summonerID
break
Expand Down

0 comments on commit a67b5d5

Please sign in to comment.