Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpanwar25 committed Jul 28, 2023
1 parent dd85aab commit ee87994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tasks/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ def partial_update(self, request, pk=None):
supercheck_status = request.data["annotation_status"]
update_annotated_at = (
True
if review_status
if supercheck_status
in [
VALIDATED,
VALIDATED_WITH_CHANGES,
Expand Down

0 comments on commit ee87994

Please sign in to comment.