From 50622ef2b084aef517cae4d30eefae3b12ff72de Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 23 Apr 2017 20:11:27 +0200 Subject: push duration to p_s --- worker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/worker.js b/worker.js index fbeaf5d..1da5f24 100644 --- a/worker.js +++ b/worker.js @@ -478,6 +478,7 @@ function flatten(obj) { p_s.item_grants = participant.item_grants; p_s.item_uses = participant.item_uses; p_s.item_sells = participant.item_sells; + p_s.duration = match.duration; p.created_at = match.created_at; // mappings // hero names additionally need to be mapped old to new names -- cgit v1.3.1