Skip to content

Commit

Permalink
fxi
Browse files Browse the repository at this point in the history
  • Loading branch information
timgl committed Sep 10, 2024
1 parent 47e860b commit 5c875d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ def bulk_delete(self, request: request.Request, pk=None, **kwargs):
raise ValidationError("You need to specify either distinct_ids or ids")

for person in persons:
self.perform_destroy(person)
delete_person(person=person)
self.perform_destroy(person)
log_activity(
organization_id=self.organization.id,
team_id=self.team_id,
Expand Down

0 comments on commit 5c875d5

Please sign in to comment.