mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
actuve
This commit is contained in:
parent
2bdbd7173f
commit
257f34d128
@ -661,7 +661,7 @@ export default class StatusPageAPI extends BaseAPI<
|
||||
});
|
||||
}
|
||||
|
||||
// check if status page has actuve announcement.
|
||||
// check if status page has active announcement.
|
||||
|
||||
const today: Date = OneUptimeDate.getCurrentDate();
|
||||
|
||||
@ -1447,7 +1447,7 @@ export default class StatusPageAPI extends BaseAPI<
|
||||
throw new BadDataException('Status Page not found');
|
||||
}
|
||||
|
||||
// check if status page has actuve announcement.
|
||||
// check if status page has active announcement.
|
||||
|
||||
const today: Date = OneUptimeDate.getCurrentDate();
|
||||
const historyDays: Date = OneUptimeDate.getSomeDaysAgo(
|
||||
|
Loading…
Reference in New Issue
Block a user