diff --git a/server/app/Controllers/Http/SummonersController.ts b/server/app/Controllers/Http/SummonersController.ts index 04f47fd..29ea5cb 100644 --- a/server/app/Controllers/Http/SummonersController.ts +++ b/server/app/Controllers/Http/SummonersController.ts @@ -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,