mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
Refactor: Remove needless return
This commit is contained in:
parent
4d0e03dd60
commit
febb492235
1 changed files with 0 additions and 1 deletions
|
@ -221,5 +221,4 @@ export default async (ctx: Koa.BaseContext) => {
|
|||
}
|
||||
|
||||
await fail();
|
||||
return;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue