mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Update import statements for TimezoneUtil in Monitor.ts
This commit updates the import statements in the Monitor.ts file. It changes the import statement for the TimezoneUtil module to import from "Common/Types/Timezone" instead of the previous import path. This change ensures that the correct module is imported, improving the accuracy and reliability of the code.
This commit is contained in:
@@ -178,7 +178,8 @@ router.get(
|
||||
nextPingAt: firstMonitorToBeFetched?.nextPingAt,
|
||||
friendlyNextPingAt: firstMonitorToBeFetched?.nextPingAt
|
||||
? OneUptimeDate.getDateAsFormattedStringInMultipleTimezones(
|
||||
firstMonitorToBeFetched?.nextPingAt,
|
||||
{date: firstMonitorToBeFetched?.nextPingAt
|
||||
},
|
||||
)
|
||||
: "",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user