Skip to content

Commit

Permalink
adding code to trace=y endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDWilliams committed Sep 6, 2023
1 parent a0d7414 commit 4af4a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tr_sys/tr_ars/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def trace_message(req, key):
tree = {
'message': str(mesg.id),
'status': dict(Message.STATUS)[mesg.status],
'code':mesg.code,
'actor': {
'pk': mesg.actor.pk,
'inforesid': mesg.actor.inforesid,
Expand Down

0 comments on commit 4af4a76

Please sign in to comment.