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

ALL_USER_TYPES should be a tuple

parent 7e41545e
No related branches found
Tags v0.21.1
No related merge requests found
Fix typo in ALL_USER_TYPES definition to ensure type is a tuple
......@@ -128,4 +128,4 @@ class UserTypes(object):
'admin' and 'guest' users should also be UserTypes. Normal users are type None
"""
SUPPORT = "support"
ALL_USER_TYPES = (SUPPORT)
ALL_USER_TYPES = (SUPPORT,)
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