mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: add current game in summoner basic endpoint back
This commit is contained in:
parent
89d47d3191
commit
8795182d9e
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ export default class SummonersController {
|
||||||
},
|
},
|
||||||
seasons, // All seasons the summoner has played
|
seasons, // All seasons the summoner has played
|
||||||
gamemodes: gamemodes.map((g) => g.gamemode), // All gamemodes the summoner has played
|
gamemodes: gamemodes.map((g) => g.gamemode), // All gamemodes the summoner has played
|
||||||
|
current,
|
||||||
playing: !!current,
|
playing: !!current,
|
||||||
ranked,
|
ranked,
|
||||||
recentActivity,
|
recentActivity,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue