Fix Bug: AttributeError: 'UserInfo' object has no attribute 'lensman_type'

Brightcells %!s(int64=7) %!d(string=hace) años
padre
commit
60293b827f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      account/models.py

+ 0 - 1
account/models.py

@@ -363,7 +363,6 @@ class UserInfo(CreateUpdateMixin, LensmanTypeBoolMixin):
363 363
             'username': self.username,
364 364
             'nickname': self.nickname,
365 365
             'avatar': self.avatar,
366
-            'lensman_type': self.lensman_type,
367 366
         }
368 367
 
369 368