Bug fixes.

This commit is contained in:
NobyDa 2024-03-22 21:24:10 +08:00
parent 6cac08acaa
commit 273dd80dc6
No known key found for this signature in database
GPG Key ID: E6B0AC788D373C5B
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ function QueryAppList(o) {
if ($.EnableCache && r.body.startsWith('{')) {
const cacheList = JSON.parse($.read('#TESTFLIGHT-ACCOUNT-CACHE') || '{}');
cacheList[o] = r.body;
$.write(cacheList, '#TESTFLIGHT-ACCOUNT-CACHE');
$.write($.stringify(cacheList), '#TESTFLIGHT-ACCOUNT-CACHE');
$.log(`Account "${o}" write app list to cache`)
}
}).catch(e => {