Revert "fix:"

This reverts commit 14ab1d45b8.
This commit is contained in:
xcy 2023-12-18 20:05:32 +08:00
parent e57fad35d8
commit b2c0d754a1

View File

@ -38,6 +38,6 @@ export default async function (call: ApiCall<ReqOpen, ResOpen>) {
call.succ({
day: day,
payIds: Object.keys(pays).filter((i) => pays[i].length > 0)
payIds: Object.keys(pays)
});
}