We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc3dbfb + 25a3052 commit 06040a6Copy full SHA for 06040a6
plugins/populator/frontend/public/javascripts/countly.models.js
@@ -527,8 +527,8 @@
527
528
this.ts += 1000;
529
530
- if (eventTemplate && eventTemplate.dur) {
531
- event.dur = getRandomInt(eventTemplate.dur[0], eventTemplate.dur[1] || 10);
+ if (eventTemplate && eventTemplate.duration) {
+ event.dur = getRandomInt(eventTemplate.duration[0], eventTemplate.duration[1] || 10);
532
}
533
else if (id === "[CLY]_view") {
534
event.dur = getRandomInt(0, 100);
0 commit comments