Fix types

This commit is contained in:
syuilo
2019-01-22 21:42:05 +09:00
parent 97e8ac1d27
commit 8bf9e87117
11 changed files with 20 additions and 20 deletions

View File

@ -9,7 +9,7 @@ import RegistrationTicket from '../../../models/registration-tickets';
import usersChart from '../../../chart/users';
import fetchMeta from '../../../misc/fetch-meta';
export default async (ctx: Koa.Context) => {
export default async (ctx: Koa.BaseContext) => {
const body = ctx.request.body as any;
const instance = await fetchMeta();