This commit is contained in:
parent
b45d3bc9fb
commit
0842652a09
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ module.exports = function(targetTime) {
|
|||
}
|
||||
|
||||
const totalInSeconds = (days * 24 * 60 * 60) + (hours * 60 * 60) + (minutes * 60) + seconds;
|
||||
return { days: days, hours: hours, minutes: minutes, seconds: seconds, totalInSeconds: totalInSeconds };
|
||||
return { days, hours, minutes, seconds, totalInSeconds };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue