diff options
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 }); |
