FIX: Remove `username_lower` from admin serializer

The property is already computed on the front end and this ends up
overwriting it.
This commit is contained in:
Robin Ward 2020-07-21 14:00:05 -04:00
parent fa74f28a51
commit 549c552402
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class AdminUserListSerializer < BasicUserSerializer
:last_seen_age,
:last_emailed_age,
:created_at_age,
:username_lower,
:trust_level,
:manual_locked_trust_level,
:flag_level,