This commit is contained in:
boufni95 2025-12-15 15:55:48 +00:00
parent 84ed7c7b3f
commit d79f058d96

View file

@ -110,6 +110,7 @@ export default (mainHandler: Main): Types.ServerMethods => {
return mainHandler.appUserManager.BanUser(req.user_id) return mainHandler.appUserManager.BanUser(req.user_id)
}, },
GetSeed: async ({ ctx }) => { GetSeed: async ({ ctx }) => {
console.log("admin getting seed")
return mainHandler.unlocker.GetSeed() return mainHandler.unlocker.GetSeed()
}, },
SetMockInvoiceAsPaid: async ({ ctx, req }) => { SetMockInvoiceAsPaid: async ({ ctx, req }) => {