Skip to content
Snippets Groups Projects
Commit c1f9dec9 authored by Neil Johnson's avatar Neil Johnson
Browse files

fix errant parenthesis

parent 04df7142
No related branches found
No related tags found
No related merge requests found
...@@ -797,4 +797,4 @@ class Auth(object): ...@@ -797,4 +797,4 @@ class Auth(object):
if current_mau >= self.hs.config.max_mau_value: if current_mau >= self.hs.config.max_mau_value:
raise AuthError( raise AuthError(
403, "MAU Limit Exceeded", errcode=Codes.MAU_LIMIT_EXCEEDED 403, "MAU Limit Exceeded", errcode=Codes.MAU_LIMIT_EXCEEDED
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment