Skip to content

Commit 0b21b2b

Browse files
chore: enable tscheck inside envs module (#4603)
Co-authored-by: Alexandr <[email protected]>
1 parent 7a5ac44 commit 0b21b2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/envs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @ts-check
2+
13
const whitelist = process.env.WHITELIST
24
? process.env.WHITELIST.split(",")
35
: undefined;

0 commit comments

Comments
 (0)