fix: add current game in summoner basic endpoint back

This commit is contained in:
Valentin Kaelin 2023-11-13 20:51:32 +01:00
parent 89d47d3191
commit 8795182d9e
No known key found for this signature in database
GPG key ID: B389A4E3DFF8E414

View file

@ -71,6 +71,7 @@ export default class SummonersController {
},
seasons, // All seasons the summoner has played
gamemodes: gamemodes.map((g) => g.gamemode), // All gamemodes the summoner has played
current,
playing: !!current,
ranked,
recentActivity,