From 5c875d52394602116dbc4e812c936351301a899c Mon Sep 17 00:00:00 2001 From: timgl Date: Tue, 10 Sep 2024 11:43:10 +0100 Subject: [PATCH] fxi --- posthog/api/person.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/api/person.py b/posthog/api/person.py index 9edfccce1ee6b..fe41a917713f8 100644 --- a/posthog/api/person.py +++ b/posthog/api/person.py @@ -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,