Add semicolon for tdd exports
This commit is contained in:
@ -3,4 +3,4 @@ Object.keys(obj).reduce((acc, key) => {
|
||||
acc[key.toLowerCase()] = obj[key];
|
||||
return acc;
|
||||
}, {});
|
||||
module.exports = lowercaseKeys
|
||||
module.exports = lowercaseKeys;
|
||||
Reference in New Issue
Block a user