change all millisecond references into Dates

This commit is contained in:
2025-04-29 17:05:23 -07:00
parent b58babc7ea
commit 1c7ee9fbc3
9 changed files with 51 additions and 51 deletions

View File

@@ -52,7 +52,7 @@ describe("ETANotificationScheduler", () => {
stopId: stop.id,
secondsRemaining: 120,
systemId: "1",
updatedTime: Date.now(),
updatedTime: new Date(),
};
const notificationData1 = {