Update gachaLog.js (#182)

This commit is contained in:
echo 2023-06-26 03:41:54 +08:00 committed by GitHub
parent a3b2d8776a
commit 78436a255b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ export default class GachaLog extends base {
/** 拿修改时间最后的uid */
let uidArr = []
for (let uid of logs) {
let json = this?.e?.isSr ? `${this.path}${uid}/301.json` : `${this.path}${uid}/11.json`
let json = this?.e?.isSr ? `${this.path}${uid}/11.json` : `${this.path}${uid}/301.json`
if (!fs.existsSync(json)) {
continue
}