summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index 24c457b..183b552 100644
--- a/worker.js
+++ b/worker.js
@@ -150,6 +150,7 @@ var RABBITMQ_URI = process.env.RABBITMQ_URI,
roster.participants = roster.participants.map((participant) => {
participant.attributes.shardId = roster.attributes.shardId;
participant.rosterApiId = roster.id;
+ participant.matchApiId = match.id;
participant.createdAt = roster.createdAt;
participant.playerApiId = participant.player.id;