more log
This commit is contained in:
parent
84ed7c7b3f
commit
d79f058d96
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue