diff --git a/src/services/historyService.ts b/src/services/historyService.ts index 4c71067..ee2bc9e 100644 --- a/src/services/historyService.ts +++ b/src/services/historyService.ts @@ -5,6 +5,7 @@ async function getHistories(childId: string, containPaid: boolean): Promise { if (!histories) { @@ -15,7 +16,8 @@ async function getHistories(childId: string, containPaid: boolean): Promise