From 401e92eb70170943463c14e92db4397fdbb6eb8d Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 5 Aug 2023 00:48:16 +0200 Subject: [PATCH] style: fix typo --- src/armory/controllers/ArenaController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }