1
0

Refactor: Remove needless return

This commit is contained in:
syuilo
2019-07-07 15:29:08 +09:00
parent 3b8ea90fdc
commit 8b05816860
-1
View File
@@ -221,5 +221,4 @@ export default async (ctx: Koa.BaseContext) => {
}
await fail();
return;
};