mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Fix monthly graph bug
This commit is contained in:
parent
f0d4beb543
commit
2e2e14964f
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@
|
|||
console.log('wish summary read local');
|
||||
const prefix = getAccountPrefix();
|
||||
|
||||
monthlyData = {};
|
||||
|
||||
for (let type of types) {
|
||||
const path = `wish-counter-${type.id}`;
|
||||
const data = readSave(`${prefix}${path}`);
|
||||
|
|
Loading…
Reference in a new issue