mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 19:23:08 +02:00
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