Skip to content

Commit 8ab486d

Browse files
committed
Add testing
Signed-off-by: Manank Patni <manank321@gmail.com>
1 parent 4682c95 commit 8ab486d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/config/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export enum EnvKey {
1616
REACT_APP_LITE_API_URL = "REACT_APP_LITE_API_URL",
1717
REACT_APP_API_URL = "REACT_APP_API_URL",
1818
REACT_APP_BASE_URL = "REACT_APP_BASE_URL",
19-
REACT_APP_IS_TESTING = "REACT_APP_IS_TESTING"
19+
REACT_APP_IS_NOT_TESTING = "REACT_APP_IS_NOT_TESTING"
2020
}
2121

2222
export enum FeatureFlag {

0 commit comments

Comments
 (0)