mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 02:54:50 +00:00
fix errant parenthesis
This commit is contained in:
+1
-1
@@ -797,4 +797,4 @@ class Auth(object):
|
||||
if current_mau >= self.hs.config.max_mau_value:
|
||||
raise AuthError(
|
||||
403, "MAU Limit Exceeded", errcode=Codes.MAU_LIMIT_EXCEEDED
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user