Skip to content
Snippets Groups Projects
Commit 9c2355e5 authored by Olivier Le Brouster's avatar Olivier Le Brouster
Browse files

fix: django: typo

parent 4d24202a
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class EstimEventWrapperBase(object):
def remove(cls, estim_event, production=True):
with transaction.commit_on_success():
if production:
EstimEvent.objects.remove(estim_event)
estim_event.delete()
cls.get_api().delete_event(estim_event.key, production=production)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment