diff --git a/src/armory/controllers/ArenaController.ts b/src/armory/controllers/ArenaController.ts index 4ddbfec..0eb93f3 100644 --- a/src/armory/controllers/ArenaController.ts +++ b/src/armory/controllers/ArenaController.ts @@ -58,7 +58,7 @@ export class ArenaController { const teamData = await this.getTeamData(realm, teamName); if (teamData === null) { - // Could not find guild + // Could not find team return next(404); }