Skip to content

Commit da2af72

Browse files
revert to default event count
1 parent d3ffda0 commit da2af72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Lesson.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ export default {
328328
trackLessonPassed: function () {
329329
window.Countly.q.push(['add_event',{
330330
"key": "lessonPassed",
331-
"count": 20,
332331
"segmentation": {
333332
"tutorial": this.workshopShortname,
334333
"lessonNumber": this.lessonNumber,
@@ -422,7 +421,7 @@ export default {
422421
if (result.auto !== true) {
423422
// track multiple choice lesson passed if not on page load
424423
this.trackLessonPassed()
425-
}
424+
}
426425
} else {
427426
this.clearPassed()
428427
}

0 commit comments

Comments
 (0)