Remove inserted errors again
This commit is contained in:
parent
2e38a03bfa
commit
84324f9f7c
|
|
@ -37,8 +37,6 @@ class RoomNode(DjangoObjectType):
|
|||
return self.id
|
||||
|
||||
def resolve_entry_count(self, *args, **kwargs):
|
||||
logger.error('what what')
|
||||
return 1/0
|
||||
return self.room_entries.count()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue