From 1f3c974dfb9b5373050d3368023d818100e5dc74 Mon Sep 17 00:00:00 2001 From: Prakash Date: Mon, 26 Aug 2024 08:33:22 +0530 Subject: [PATCH] chore: fix spelling mistake --- app/routes/discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/discord.js b/app/routes/discord.js index 86579bca..1b126fa0 100644 --- a/app/routes/discord.js +++ b/app/routes/discord.js @@ -44,7 +44,7 @@ export default class DiscordRoute extends Route { toastNotificationTimeoutOptions ); - return { isTokenEpired: true }; + return { isTokenExpired: true }; } } catch (error) { this.toast.error(error.message, '', toastNotificationTimeoutOptions);