forked from mirrors/misskey
Use any instead of Object
This commit is contained in:
@@ -8,11 +8,11 @@ import serialize from '../serializers/user';
|
||||
/**
|
||||
* Show myself
|
||||
*
|
||||
* @param {Object} params
|
||||
* @param {Object} user
|
||||
* @param {Object} app
|
||||
* @param {any} params
|
||||
* @param {any} user
|
||||
* @param {any} app
|
||||
* @param {Boolean} isSecure
|
||||
* @return {Promise<object>}
|
||||
* @return {Promise<any>}
|
||||
*/
|
||||
module.exports = (params, user, _, isSecure) =>
|
||||
new Promise(async (res, rej) =>
|
||||
|
||||
Reference in New Issue
Block a user