Skip to content

Commit

Permalink
Add testing
Browse files Browse the repository at this point in the history
Signed-off-by: Manank Patni <[email protected]>
  • Loading branch information
Man-Jain committed Jul 18, 2023
1 parent 4682c95 commit 8ab486d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export enum EnvKey {
REACT_APP_LITE_API_URL = "REACT_APP_LITE_API_URL",
REACT_APP_API_URL = "REACT_APP_API_URL",
REACT_APP_BASE_URL = "REACT_APP_BASE_URL",
REACT_APP_IS_TESTING = "REACT_APP_IS_TESTING"
REACT_APP_IS_NOT_TESTING = "REACT_APP_IS_NOT_TESTING"
}

export enum FeatureFlag {
Expand Down

0 comments on commit 8ab486d

Please sign in to comment.