Skip to content

Commit

Permalink
Update manager/manager/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Aranda Sanchez <[email protected]>
  • Loading branch information
Vebop and sebastian-aranda authored Aug 22, 2024
1 parent eb50b77 commit 6cd9b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/manager/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def update_time_loss(jira_id: int, add_time_loss: float = 0.0) -> Response:
)
return Response(
{
"ack": "Jira field could not be updated",
"ack": "Jira time_lost field could not be updated",
},
status=400,
)
Expand Down

0 comments on commit 6cd9b4a

Please sign in to comment.