From 231211e94e5019714b306bb406fb55dd2c5e268e Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 10 Apr 2017 17:37:36 +0200 Subject: add match_api_id to participant --- worker.js | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.3.1