diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-23 11:51:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-23 11:51:32 +0200 |
| commit | 89063de364af6bc529e1d72690ccade5aa5e2f0d (patch) | |
| tree | d1faf5600cafa23ab3f80736790d672855a3b2d2 /worker.js | |
| parent | dda3aea7ee8ae74d61f4c37535c4e1d363c9e6ce (diff) | |
| download | cruncher-89063de364af6bc529e1d72690ccade5aa5e2f0d.tar.gz cruncher-89063de364af6bc529e1d72690ccade5aa5e2f0d.zip | |
add hero vs hero and final build stats
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 }); |
