w
This commit is contained in:
parent
42d4e6610f
commit
e74c1f2ac6
3 changed files with 9 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ const client = require('../../../../built/client/meta.json');
|
|||
/**
|
||||
* Show core info
|
||||
*/
|
||||
export default (params: any) => new Promise(async (res, rej) => {
|
||||
export default () => new Promise(async (res, rej) => {
|
||||
const meta: any = (await Meta.findOne()) || {};
|
||||
|
||||
res({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue