Skip to content

Commit

Permalink
chore: fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchoudhary07 committed Aug 26, 2024
1 parent c85be5a commit 1f3c974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1f3c974

Please sign in to comment.