mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 23:16:49 +00:00
V2.0 重新排班
This commit is contained in:
4
lib/cache/cache_manager.js
vendored
4
lib/cache/cache_manager.js
vendored
@@ -24,7 +24,9 @@ export async function getDataFromCache (key) {
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
if (JSON.stringify(dataFromCache) === '[]') {
|
||||
return null
|
||||
}
|
||||
return dataFromCache
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user