mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 17:55:52 +02:00
wip
This commit is contained in:
@@ -35,7 +35,7 @@ import { ILocalUser } from '../../../../models/user';
|
||||
/**
|
||||
* Show an app
|
||||
*/
|
||||
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;
|
||||
|
||||
// Get 'appId' parameter
|
||||
|
||||
Reference in New Issue
Block a user