mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
change all millisecond references into Dates
This commit is contained in:
@@ -52,7 +52,7 @@ describe("ETANotificationScheduler", () => {
|
||||
stopId: stop.id,
|
||||
secondsRemaining: 120,
|
||||
systemId: "1",
|
||||
updatedTime: Date.now(),
|
||||
updatedTime: new Date(),
|
||||
};
|
||||
|
||||
const notificationData1 = {
|
||||
|
||||
Reference in New Issue
Block a user