Skip to content

Commit

Permalink
chore: Remove person_count from analytics metadata (#17128)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgl authored Aug 22, 2023
1 parent d106b88 commit e97df3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/models/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def get_analytics_metadata(self):
return {
"member_count": self.members.count(),
"project_count": self.teams.count(),
"person_count": sum(team.person_set.count() for team in self.teams.all()),
"name": self.name,
}

Expand Down

0 comments on commit e97df3c

Please sign in to comment.