This commit is contained in:
parent
ff66188f5f
commit
7861f2131a
@ -187,7 +187,7 @@ router.get("/", (req, res) => {
|
|||||||
filteredContacts[filteredContacts.length - 1].node.endTime
|
filteredContacts[filteredContacts.length - 1].node.endTime
|
||||||
);
|
);
|
||||||
|
|
||||||
summary.totalHTDays =
|
summary.totalHTHours =
|
||||||
(summary.lastContactEndTime.getTime() -
|
(summary.lastContactEndTime.getTime() -
|
||||||
summary.firstContactReceivedDate.getTime()) /
|
summary.firstContactReceivedDate.getTime()) /
|
||||||
(1000 * 3600);
|
(1000 * 3600);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user