summaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-07-07 15:29:08 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-07-07 15:29:08 +0900
commit8b05816860ad9feb48e0575469f47607b85631af (patch)
tree483dd2e368039a63cb831fbad36410d3169ec061 /src/server
parentフォルダーを削除できないときダイアログボックスで知... (diff)
downloadsharkey-8b05816860ad9feb48e0575469f47607b85631af.tar.gz
sharkey-8b05816860ad9feb48e0575469f47607b85631af.tar.bz2
sharkey-8b05816860ad9feb48e0575469f47607b85631af.zip
Refactor: Remove needless return
Diffstat (limited to 'src/server')
-rw-r--r--src/server/api/private/signin.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/api/private/signin.ts b/src/server/api/private/signin.ts
index 67afed760b..eb267aa604 100644
--- a/src/server/api/private/signin.ts
+++ b/src/server/api/private/signin.ts
@@ -221,5 +221,4 @@ export default async (ctx: Koa.BaseContext) => {
}
await fail();
- return;
};