From 89063de364af6bc529e1d72690ccade5aa5e2f0d Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 23 Jun 2017 11:51:32 +0200 Subject: add hero vs hero and final build stats --- worker.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'worker.js') diff --git a/worker.js b/worker.js index cabac95..eb6fea6 100644 --- a/worker.js +++ b/worker.js @@ -119,9 +119,7 @@ if (LOGGLY_TOKEN) if (api_ids_global.length > 0) await seq.query(global_script, { replacements: { - participant_api_ids: api_ids_global, - build_regex_start: '^([[:digit:]]+;[[:digit:]]+,)*(', - build_regex_end: ')+(,[[:digit:]]+;[[:digit:]]+)*$' + participant_api_ids: api_ids_global }, type: seq.QueryTypes.UPSERT }); -- cgit v1.3.1