From 378f263aad9597de83ecd2fa3ee2084a66884fbb Mon Sep 17 00:00:00 2001 From: boufni95 Date: Wed, 24 Sep 2025 17:38:12 +0000 Subject: [PATCH] deb --- src/services/main/debitManager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/main/debitManager.ts b/src/services/main/debitManager.ts index 126a469c..b7360f93 100644 --- a/src/services/main/debitManager.ts +++ b/src/services/main/debitManager.ts @@ -41,6 +41,7 @@ export class DebitManager { GetDebitAuthorizations = async (ctx: Types.UserContext): Promise => { const allDebitsAccesses = await this.storage.debitStorage.GetAllUserDebitAccess(ctx.app_user_id) + console.log("allDebitsAccesses", allDebitsAccesses) const debits: Types.DebitAuthorization[] = allDebitsAccesses.map(access => ({ debit_id: access.serial_id.toString(), authorized: access.authorized,