mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
wip
This commit is contained in:
@ -38,7 +38,7 @@ const client = require('../../../../built/client/meta.json');
|
||||
/**
|
||||
* Show core info
|
||||
*/
|
||||
module.exports = (params) => new Promise(async (res, rej) => {
|
||||
module.exports = (params: any) => new Promise(async (res, rej) => {
|
||||
const meta: any = (await Meta.findOne()) || {};
|
||||
|
||||
res({
|
||||
|
Reference in New Issue
Block a user