fix sub
This commit is contained in:
parent
b30d727942
commit
c40445ae14
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ export default (mainHandler: Main): Types.ServerMethods => {
|
||||||
SetMockAppBalance: async ({ ctx, req }) => {
|
SetMockAppBalance: async ({ ctx, req }) => {
|
||||||
await mainHandler.applicationManager.SetMockAppBalance(ctx.app_id, req)
|
await mainHandler.applicationManager.SetMockAppBalance(ctx.app_id, req)
|
||||||
},
|
},
|
||||||
|
GetLiveDebitRequests: async ({ ctx }) => { },
|
||||||
GetLiveUserOperations: async ({ ctx, cb }) => {
|
GetLiveUserOperations: async ({ ctx, cb }) => {
|
||||||
},
|
},
|
||||||
GetMigrationUpdate: async ({ ctx, cb }) => {
|
GetMigrationUpdate: async ({ ctx, cb }) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue