Skip to content

Commit

Permalink
fix: discord integration
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Jan 28, 2024
1 parent a49ad03 commit 5aadea0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/app/stores/api/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const useDiscordStore = defineStore("discord", {
code: string;
redirectUri: string;
}) {
const sessionStore = useSessionStore();
if (!sessionStore.isConnected()) return;
try {
const response = await this.$api(
`/discord/request-role/${payload.roleId}`,
Expand Down

0 comments on commit 5aadea0

Please sign in to comment.