From c40445ae14cdb6c174da7b3c8df93c0a755ccf03 Mon Sep 17 00:00:00 2001 From: boufni95 Date: Wed, 18 Sep 2024 20:13:09 +0000 Subject: [PATCH] fix sub --- src/services/serverMethods/index.ts | 1 + 1 file changed, 1 insertion(+) 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 }) => {