Skip to content

Commit

Permalink
fix(meditrak): HOTFIX: Remove banner for production meditrak builds (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bes authored May 22, 2024
1 parent bd2afa6 commit acd8174
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/meditrak-app/app/version/isBeta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ import Config from 'react-native-config';

export const isBeta = !!Config.BETA_BRANCH;
export const betaBranch = Config.BETA_BRANCH;
export const centralApiUrl =
Config.CENTRAL_API_URL || 'http://10.0.2.2:8090/v2';
export const centralApiUrl = Config.CENTRAL_API_URL;

0 comments on commit acd8174

Please sign in to comment.