mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-19 20:54:12 -04:00
Closing brace on following line
This commit is contained in:
parent
f09db236b1
commit
07caa749bf
1 changed files with 2 additions and 1 deletions
|
@ -646,7 +646,8 @@ class Auth(object):
|
||||||
request.authenticated_entity = user.to_string()
|
request.authenticated_entity = user.to_string()
|
||||||
|
|
||||||
defer.returnValue(synapse.types.create_requester(
|
defer.returnValue(synapse.types.create_requester(
|
||||||
user, token_id, is_guest, device_id, app_service=app_service))
|
user, token_id, is_guest, device_id, app_service=app_service)
|
||||||
|
)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
raise AuthError(
|
raise AuthError(
|
||||||
self.TOKEN_NOT_FOUND_HTTP_STATUS, "Missing access token.",
|
self.TOKEN_NOT_FOUND_HTTP_STATUS, "Missing access token.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue