Skip to content
Snippets Groups Projects
Commit 6e67ca60 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(dacc): issue on event-duration event, group3 was not defined

parent e313f1e8
Branches
Tags
Loading
...@@ -258,6 +258,7 @@ const calculPeriodBetweenFirstConnectionAndFirstChallenge = async ( ...@@ -258,6 +258,7 @@ const calculPeriodBetweenFirstConnectionAndFirstChallenge = async (
group1: { start_event: 'first_session' }, group1: { start_event: 'first_session' },
// eslint-disable-next-line @typescript-eslint/camelcase // eslint-disable-next-line @typescript-eslint/camelcase
group2: { end_event: 'first_challenge' }, group2: { end_event: 'first_challenge' },
group3: { params: '' },
} }
const result = await sendIndicator(periodIndicator, client) const result = await sendIndicator(periodIndicator, client)
if (result) { if (result) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment