summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js4
1 files changed, 1 insertions, 3 deletions
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
});