mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 20:57:43 +00:00
fix:漏改
This commit is contained in:
parent
c5d9131c1d
commit
f182e44772
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const getMonthlyCollect = async (api, deviceFp) => {
|
|||
);
|
||||
|
||||
for (const month of availableData) {
|
||||
const data = await getMonthly(api, month);
|
||||
const data = await getMonthly(api, deviceFp, month);
|
||||
if (data) newDatas.push(data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue