Fix Typo in Comment

This commit is contained in:
Stripes
2023-04-08 13:44:13 +03:00
committed by GitHub
parent e0e45f5ed5
commit 2758543050
+1 -1
View File
@@ -34,7 +34,7 @@ const getCached = () => {
cached.lastReached = body
} else {
cached.lastReached = {}
console.log('warning: could not last reached data')
console.log('warning: could not load last reached data')
}
resolve(cached)
})