summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-13 20:01:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-13 20:01:32 +0900
commit2d590df9004e96a05ec85e0542fe587de0495f40 (patch)
treecf86ffec769e513ee845b624e58c4713bf2b3387
parentUpdate CHANGELOG.md (diff)
downloadsharkey-2d590df9004e96a05ec85e0542fe587de0495f40.tar.gz
sharkey-2d590df9004e96a05ec85e0542fe587de0495f40.tar.bz2
sharkey-2d590df9004e96a05ec85e0542fe587de0495f40.zip
Clean up
-rw-r--r--src/server/api/endpoints/auth/accept.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/api/endpoints/auth/accept.ts b/src/server/api/endpoints/auth/accept.ts
index 55898b59db..a584e7267b 100644
--- a/src/server/api/endpoints/auth/accept.ts
+++ b/src/server/api/endpoints/auth/accept.ts
@@ -71,6 +71,4 @@ export default define(meta, async (ps, user) => {
await AuthSessions.update(session.id, {
userId: user.id
});
-
- return;
});