1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-05 02:08:56 +09:00

Refactor: Remove needless return

This commit is contained in:
syuilo 2019-07-07 15:29:08 +09:00
parent 3b8ea90fdc
commit 8b05816860

View File

@ -221,5 +221,4 @@ export default async (ctx: Koa.BaseContext) => {
}
await fail();
return;
};