add newline
This commit is contained in:
@ -4,4 +4,4 @@ const renameKeys = (keysMap, obj) => Object
|
||||
...acc,
|
||||
...{ [keysMap[key] || key]: obj[key] }
|
||||
}), {});
|
||||
module.exports = renameKeys;
|
||||
module.exports = renameKeys;
|
||||
|
||||
Reference in New Issue
Block a user