deb
This commit is contained in:
parent
62e1d0c099
commit
378f263aad
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export class DebitManager {
|
|||
|
||||
GetDebitAuthorizations = async (ctx: Types.UserContext): Promise<Types.DebitAuthorizations> => {
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue