Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalTiwary committed Dec 13, 2024
1 parent 8d9fd12 commit dc78e76
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 @@ -1764,7 +1764,7 @@ def partial_update(self, request, pk=None):
]
else False
)
if is_ocr_sc_or_sce_or_ts_or_ts and (
if is_ocr_sc_or_sce_or_ts and (
"language" in request.data or "ocr_domain" in request.data
):
language = request.data.get("languages", [])
Expand Down

0 comments on commit dc78e76

Please sign in to comment.