From 42df3b436967279d1d233f0d48662fc485d99287 Mon Sep 17 00:00:00 2001 From: rca Date: Sun, 21 Jul 2024 01:49:00 +0900 Subject: [PATCH] =?UTF-8?q?=E6=A4=9C=E7=B4=A2=E6=99=82=E3=81=ABisPaid?= =?UTF-8?q?=E3=82=92=E8=80=83=E6=85=AE=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB,=20=E7=B5=90=E6=9E=9C=E3=81=ABisPaid=E3=82=92?= =?UTF-8?q?=E5=90=AB=E3=82=80=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/historyService.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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