diff --git a/src/services/historyService.ts b/src/services/historyService.ts index 6b54c8b..149ac21 100644 --- a/src/services/historyService.ts +++ b/src/services/historyService.ts @@ -7,6 +7,9 @@ async function getHistories(childId: string, containPaid: boolean): Promise { if (!histories) { return [];