ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = tomorrow = () => new Date(new Date().getTime() + 86400000).toISOString().split('T')[0];
|
||||
const tomorrow = () => new Date(new Date().getTime() + 86400000).toISOString().split('T')[0];
|
||||
module.exports = tomorrow
|
||||
Reference in New Issue
Block a user