wip
This commit is contained in:
@ -4,7 +4,7 @@ import { IApp } from '../../../models/app';
|
||||
/**
|
||||
* Show myself
|
||||
*/
|
||||
module.exports = (params: any, user: ILocalUser, app: IApp) => new Promise(async (res, rej) => {
|
||||
export default (params: any, user: ILocalUser, app: IApp) => new Promise(async (res, rej) => {
|
||||
const isSecure = user != null && app == null;
|
||||
|
||||
// Serialize
|
||||
|
Reference in New Issue
Block a user