diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-06 23:52:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-06 23:52:47 +0900 |
| commit | e74c1f2ac64be957cb43cc836d299710fd4537c5 (patch) | |
| tree | 381ce23594925e56ba09c16de076932193f35b47 /src/server/api/endpoints | |
| parent | 移行 (diff) | |
| download | sharkey-e74c1f2ac64be957cb43cc836d299710fd4537c5.tar.gz sharkey-e74c1f2ac64be957cb43cc836d299710fd4537c5.tar.bz2 sharkey-e74c1f2ac64be957cb43cc836d299710fd4537c5.zip | |
w
Diffstat (limited to 'src/server/api/endpoints')
| -rw-r--r-- | src/server/api/endpoints/meta.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/meta.ts b/src/server/api/endpoints/meta.ts index 836123a3ae..64cf9db55d 100644 --- a/src/server/api/endpoints/meta.ts +++ b/src/server/api/endpoints/meta.ts @@ -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({ |