Fix monthly graph bug

pull/1/head
Made Baruna 2021-03-21 17:48:09 +08:00
parent f0d4beb543
commit 2e2e14964f
1 changed files with 2 additions and 0 deletions

View File

@ -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}`);