From b42d60616114650d3a14384c01236e0f5b9ad84d Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 23 Jul 2023 14:02:31 +0200 Subject: [PATCH] Improve casting --- apps/api/src/app/account/account.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/app/account/account.service.ts b/apps/api/src/app/account/account.service.ts index d45fab0af..dc049108c 100644 --- a/apps/api/src/app/account/account.service.ts +++ b/apps/api/src/app/account/account.service.ts @@ -93,7 +93,7 @@ export class AccountService { id_userId: { id: account.id, userId: aUserId } } }, - value: data.balance + value: data.balance } }); @@ -204,7 +204,7 @@ export class AccountService { id_userId: where.id_userId } }, - value: data.balance + value: data.balance } });