Skip to content

Commit

Permalink
add ticket info in post function
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavlagneborg committed Nov 11, 2022
1 parent 37c0f0d commit 710c67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trailblazer/server/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def post_add_pending_analysis():
out_dir=content.get("out_dir"),
priority=content.get("priority"),
data_analysis=content.get("data_analysis"),
ticket=content.get("ticket"),
)
data = stringify_timestamps(analysis_obj.to_dict())
return jsonify(**data), 201
Expand Down

0 comments on commit 710c67c

Please sign in to comment.