mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 11:56:44 -06: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();
|
||||
return;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue