Skip to content

Commit dddea03

Browse files
committed
Bump @types/node from 9.6.28 to 11.13.0 (#513)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 9.6.28 to 11.13.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 713052e commit dddea03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const IVLE_KEY = process.env.REACT_APP_IVLE_KEY;
66
export const VERSION = process.env.REACT_APP_VERSION;
77
export const BACKEND_URL = process.env.REACT_APP_BACKEND_URL;
88
export const USE_BACKEND =
9+
process.env.REACT_APP_USE_BACKEND !== undefined &&
910
process.env.REACT_APP_USE_BACKEND !== '' &&
1011
process.env.REACT_APP_USE_BACKEND!.toUpperCase() === 'TRUE';
1112

0 commit comments

Comments
 (0)