days should be hours
Some checks are pending
clarama/eo-services/pipeline/head Build queued...

This commit is contained in:
Peter Morton 2022-10-19 13:32:04 -05:00
parent ff66188f5f
commit 7861f2131a

View File

@ -187,7 +187,7 @@ router.get("/", (req, res) => {
filteredContacts[filteredContacts.length - 1].node.endTime
);
summary.totalHTDays =
summary.totalHTHours =
(summary.lastContactEndTime.getTime() -
summary.firstContactReceivedDate.getTime()) /
(1000 * 3600);