refactor: mollify TypeScript
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
7d0760c98f
commit
01b354f0d1
@ -59,7 +59,7 @@ if (FREECODECAMP_NODE_ENV !== 'development') {
|
||||
searchKeys,
|
||||
donationKeys
|
||||
);
|
||||
const receivedvariables = Object.keys(env);
|
||||
const receivedvariables = Object.keys(env as Record<string, unknown>);
|
||||
expectedVariables.sort();
|
||||
receivedvariables.sort();
|
||||
if (expectedVariables.length !== receivedvariables.length) {
|
||||
|
Reference in New Issue
Block a user