fix
This commit is contained in:
parent
c85ea7ff57
commit
c02fcc549a
1 changed files with 2 additions and 2 deletions
|
|
@ -350,9 +350,9 @@ export default (mainHandler: Main): Types.ServerMethods => {
|
||||||
if (err != null) throw new Error(err.message)
|
if (err != null) throw new Error(err.message)
|
||||||
return mainHandler.adminManager.GetInviteTokenState(ctx, req);
|
return mainHandler.adminManager.GetInviteTokenState(ctx, req);
|
||||||
},
|
},
|
||||||
AuthorizeDebit: async ({ ctx, req }) => {
|
/* AuthorizeDebit: async ({ ctx, req }) => {
|
||||||
return mainHandler.debitManager.AuthorizeDebit(ctx, req)
|
return mainHandler.debitManager.AuthorizeDebit(ctx, req)
|
||||||
},
|
}, */
|
||||||
GetDebitAuthorizations: async ({ ctx }) => {
|
GetDebitAuthorizations: async ({ ctx }) => {
|
||||||
return mainHandler.debitManager.GetDebitAuthorizations(ctx)
|
return mainHandler.debitManager.GetDebitAuthorizations(ctx)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue