Skip to content

Commit

Permalink
Merge pull request #114 from AI4Bharat/minor_fix_updated_at
Browse files Browse the repository at this point in the history
minor_fix
  • Loading branch information
aparna-aa authored Nov 6, 2024
2 parents 2f1f876 + 4a86126 commit 5e961e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/projects/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,7 @@ def assign_new_review_tasks(self, request, pk, *args, **kwargs):
rec_ann = (
Annotation_model.objects.filter(task_id=task_id)
.filter(annotation_type=ANNOTATOR_ANNOTATION)
.order_by("-updated_at")
.order_by("updated_at")
)
reviewer_anno = Annotation_model.objects.filter(
task_id=task_id, annotation_type=REVIEWER_ANNOTATION
Expand Down

0 comments on commit 5e961e8

Please sign in to comment.