1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2025-07-17 04:15:15 +02:00

feat(cron): detect and save location of last check

This commit is contained in:
Adam Janis
2020-11-15 15:40:57 +01:00
parent bc0d52e89e
commit c33beabef6
4 changed files with 13 additions and 10 deletions

View File

@ -11,7 +11,7 @@ export async function getMonitorsHistory() {
}
export async function getLastUpdate() {
return await getKV('lastUpdate')
return await getKVWithMetadata('lastUpdate')
}
export async function listKV(prefix = '', cacheTtl = false) {