Bläddra i källkod

Update authorization.py

Bastien Sevajol 6 år sedan
förälder
incheckning
98488550f8
No account linked to committer's email
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tracim/lib/utils/authorization.py

+ 1 - 1
tracim/lib/utils/authorization.py Visa fil

@@ -100,4 +100,4 @@ def require_workspace_role(minimal_required_role):
100 100
             raise InsufficientUserWorkspaceRole()
101 101
 
102 102
         return wrapper
103
-    return decorator
103
+    return decorator