Skip to content

Commit

Permalink
feat: added bounties.sphinx.chat to ModeDispatcher (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal authored Nov 22, 2023
1 parent 781e0e4 commit fd27671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/app/src/config/ModeDispatcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const hosts: { [k: string]: AppMode } = {
'people.sphinx.chat': AppMode.COMMUNITY,
'people-test.sphinx.chat': AppMode.COMMUNITY,
'community-test.sphinx.chat': AppMode.COMMUNITY,
'community.sphinx.chat': AppMode.COMMUNITY
'community.sphinx.chat': AppMode.COMMUNITY,
'bounties.sphinx.chat': AppMode.COMMUNITY
};

function getMode(): AppMode {
Expand Down

0 comments on commit fd27671

Please sign in to comment.