Skip to content

Commit

Permalink
fix sync meta when transporting
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Aug 7, 2017
1 parent 27b9343 commit 9717b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/transport.js
Expand Up @@ -80,6 +80,7 @@ function internalize_msg(seneca, msg) {
delete msg.meta$

msg.id$ = meta.id
msg.sync$ = meta.sync
msg.parents$ = meta.parents || []
msg.parents$.unshift(Common.make_trace_desc(meta))

Expand Down

0 comments on commit 9717b38

Please sign in to comment.