Skip to content

Commit

Permalink
add prod id
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamperoyge committed May 14, 2024
1 parent a9d7868 commit 30e184d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EXOCORE_ORG_ID } from "utils/constants";

export const shouldDisplayJoinDiscordButton = (orgId) => {
return [EXOCORE_ORG_ID, '113598456040259806'].includes(orgId);
return [EXOCORE_ORG_ID, '113598456040259806', '112829438976065706'].includes(orgId);
};

0 comments on commit 30e184d

Please sign in to comment.