1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00

fix errant parenthesis

This commit is contained in:
Neil Johnson 2018-08-09 17:43:26 +01:00
parent 04df714259
commit c1f9dec92a

View file

@ -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
) )