Skip to content

Commit cd152d3

Browse files
authored
Update setting_limits_and_real_values.js
eslinted
1 parent 7d46815 commit cd152d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/scripts/export-data/setting_limits_and_real_values.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const DEFAULT_LIMITS = {
2020
view_segment_limit: 100,
2121
view_segment_value_limit: 10,
2222
//custom_prop_limit: 20,
23-
custom_property_limit:20,
23+
custom_property_limit: 20,
2424
custom_prop_value_limit: 50,
2525
};
2626
Promise.all([pluginManager.dbConnection("countly"), pluginManager.dbConnection("countly_drill")]).then(async function([countlyDb, drillDb]) {
@@ -162,7 +162,7 @@ Promise.all([pluginManager.dbConnection("countly"), pluginManager.dbConnection("
162162
var eventCollectionName = "events_data";
163163
try {
164164
var regexes = [
165-
"^"+app._id+"_"+hash+"_no-segment_2025:0.*"
165+
"^" + app._id + "_" + hash + "_no-segment_2025:0.*"
166166
];
167167
var eventsSegmentsValues = await countlyDb.collection(eventCollectionName).aggregate([
168168
{

0 commit comments

Comments
 (0)