ilya_shyian преди 1 година
родител
ревизия
4290892261
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      store_back/apps/authAPI/schema.py

+ 0 - 1
store_back/apps/authAPI/schema.py

@@ -54,7 +54,6 @@ class UserType(graphene.ObjectType):
         user = User.objects.get(_id = self._id)
         acl = ["anon"]
         if user._id:
-            acl.append(str(user._id))
             acl.append("user")
             if  user.is_superuser:
                 acl.append("admin")