This commit is contained in:
boufni95 2024-09-18 20:13:09 +00:00
parent b30d727942
commit c40445ae14

View file

@ -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 }) => {