Skip to content

Commit cce0afd

Browse files
authored
Update compare_drill_aggregated_new.js
1 parent 408ad93 commit cce0afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/scripts/data-reports/compare_drill_aggregated.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* node compare_drill_aggregated.js
88
*/
99
var period = "7days"; //Chose any of formats: "Xdays" ("7days","100days") or ["1-1-2024", "1-10-2024"],
10-
var app_list = ["670cc37eb89933fa76e0f448"]; //List with apps
10+
var app_list = []; //List with apps ""
1111
//Example var eventMap = {"6075f94b7e5e0d392902520c":["Logout","Login"],"6075f94b7e5e0d392902520d":["Logout","Login","Buy"]};
1212
var eventMap = {}; //If left empty will run for all alls/events.
1313

0 commit comments

Comments
 (0)