style: fix typo

This commit is contained in:
Axel Cocat 2023-08-05 00:48:16 +02:00
parent 4f0f579028
commit 401e92eb70

View file

@ -58,7 +58,7 @@ export class ArenaController {
const teamData = await this.getTeamData(realm, teamName); const teamData = await this.getTeamData(realm, teamName);
if (teamData === null) { if (teamData === null) {
// Could not find guild // Could not find team
return next(404); return next(404);
} }