mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 17:12:11 -04:00
apply PR review suggestions
This commit is contained in:
parent
8c9adcc95d
commit
7c3abc6572
4 changed files with 46 additions and 53 deletions
|
@ -263,7 +263,7 @@ class SigningKeyUploadServlet(RestServlet):
|
|||
)
|
||||
|
||||
result = yield self.e2e_keys_handler.upload_signing_keys_for_user(user_id, body)
|
||||
defer.returnValue((200, result))
|
||||
return (200, result)
|
||||
|
||||
|
||||
def register_servlets(hs, http_server):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue