diff --git a/src/services/serverMethods/index.ts b/src/services/serverMethods/index.ts index 048aaf7c..7ae9e7ca 100644 --- a/src/services/serverMethods/index.ts +++ b/src/services/serverMethods/index.ts @@ -209,6 +209,7 @@ export default (mainHandler: Main): Types.ServerMethods => { SetMockAppBalance: async ({ ctx, req }) => { await mainHandler.applicationManager.SetMockAppBalance(ctx.app_id, req) }, + GetLiveDebitRequests: async ({ ctx }) => { }, GetLiveUserOperations: async ({ ctx, cb }) => { }, GetMigrationUpdate: async ({ ctx, cb }) => {