mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 17:05:55 +02:00
Use any instead of Object
This commit is contained in:
@@ -10,9 +10,9 @@ import serialize from '../../../serializers/drive-file';
|
||||
/**
|
||||
* Find a file(s)
|
||||
*
|
||||
* @param {Object} params
|
||||
* @param {Object} user
|
||||
* @return {Promise<object>}
|
||||
* @param {any} params
|
||||
* @param {any} user
|
||||
* @return {Promise<any>}
|
||||
*/
|
||||
module.exports = (params, user) =>
|
||||
new Promise(async (res, rej) =>
|
||||
|
||||
Reference in New Issue
Block a user