Skip to content

Commit

Permalink
Remove REQUESTED status from the list
Browse files Browse the repository at this point in the history
  • Loading branch information
azizdiakite committed Sep 11, 2024
1 parent df57324 commit 5a850b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public void execute() {
.where(Task.OWNER.hasId(practitionerId))
.where(Task.STATUS.exactly().codes(
TaskStatus.COMPLETED.toCode(),
TaskStatus.REQUESTED.toCode(),
TaskStatus.ACCEPTED.toCode(),
TaskStatus.REJECTED.toCode(),
TaskStatus.CANCELLED.toCode())).lastUpdated(lastUpdated)
Expand Down

0 comments on commit 5a850b3

Please sign in to comment.