Skip to content

Commit

Permalink
Update cg/meta/orders/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Janvid <[email protected]>
  • Loading branch information
eliottBo and Vince-janv authored Jan 23, 2025
1 parent 5fad3d0 commit 538e712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/orders/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_ticket_tags(order: Order, order_type: OrderType) -> list[str]:
tags.append(ORDER_TYPE_WORKFLOW_MAP[order_type])

if isinstance(order, OrderWithCases):
if contains_existing_data(order=order):
if contains_existing_data(order):
tags.append("existing-data")

return tags

0 comments on commit 538e712

Please sign in to comment.