Skip to content

Commit

Permalink
Fix issue #4177
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Sep 2, 2024
1 parent 6626172 commit 4c4e7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/globaleaks/handlers/recipient/rtip.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def recalculate_data_retention(session, itip, report_reopen_request):
elif itip.status == "closed" and itip.substatus is not None:
ttl = get_ttl(session, models.SubmissionSubStatus, itip.substatus)
if ttl > 0:
itip.expiration_date = get_expiration(timedettl)
itip.expiration_date = get_expiration(ttl)

return prev_expiration_date, itip.expiration_date

Expand Down

0 comments on commit 4c4e7df

Please sign in to comment.