Skip to content

Commit b68a250

Browse files
alexandr-garbuzovqwerty541
authored andcommitted
chore: enable tscheck inside envs module (anuraghazra#4603)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
1 parent 9c1f7d3 commit b68a250

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)