mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Closing brace on following line
This commit is contained in:
parent
f09db236b1
commit
07caa749bf
@ -646,7 +646,8 @@ class Auth(object):
|
||||
request.authenticated_entity = user.to_string()
|
||||
|
||||
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:
|
||||
raise AuthError(
|
||||
self.TOKEN_NOT_FOUND_HTTP_STATUS, "Missing access token.",
|
||||
|
Loading…
Reference in New Issue
Block a user