style: fix typo
This commit is contained in:
parent
4f0f579028
commit
401e92eb70
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue