mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-03 13:56:07 +00:00
Refactor: Remove needless return
This commit is contained in:
@@ -221,5 +221,4 @@ export default async (ctx: Koa.BaseContext) => {
|
||||
}
|
||||
|
||||
await fail();
|
||||
return;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user