forked from FoundKeyGang/FoundKey
Refactor: Remove needless return
This commit is contained in:
parent
3b8ea90fdc
commit
8b05816860
1 changed files with 0 additions and 1 deletions
|
@ -221,5 +221,4 @@ export default async (ctx: Koa.BaseContext) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
await fail();
|
await fail();
|
||||||
return;
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue