Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Nov 15, 2024
1 parent efbd9f4 commit bca5d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argus/incident/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def start_event(self):

@property
def reopen_event(self):
return self.all_reopen_events.last()
return self.all_reopen_events().last()

@property
def end_event(self):
Expand Down

0 comments on commit bca5d2f

Please sign in to comment.