change updatedTime into a Date

This commit is contained in:
2025-04-29 17:01:51 -07:00
parent f68dad0ca2
commit b58babc7ea
13 changed files with 62 additions and 62 deletions

View File

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