mirror of
https://github.com/joeseesun/wechat-radar.git
synced 2026-09-09 03:18:30 +09:00
Publish updated WeChat Radar
This commit is contained in:
@@ -70,7 +70,6 @@ export async function GET() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
async function loadSessionsSafe(limit: number): Promise<WxSession[]> {
|
||||
if (readConfig().demoMode) return listLocalSessionsFallback(limit);
|
||||
const cached = cache.get(CK.sessions()) as WxSession[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user