Skip to content

Commit

Permalink
fix: missing parameter for delete request query (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuke committed Jun 7, 2024
1 parent 4f75c38 commit 39fe7d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def get_applications_for_request(
ApplicationStatus.RECEIVED,
],
AhjoStatusEnum.SCHEDULED_FOR_DELETION,
False,
)

return applications
Expand Down

0 comments on commit 39fe7d1

Please sign in to comment.