File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ var metrics = {
182
182
output . correction = fetch . formatTotalUsersObj ( dbTotalUsersObj ) ;
183
183
output . prev_correction = fetch . formatTotalUsersObj ( dbTotalUsersObj , true ) ;
184
184
done2 ( null , { metric : metric , data : output } ) ;
185
- } ) ; 1
185
+ } ) ;
186
186
} ) ;
187
187
}
188
188
}
@@ -309,7 +309,7 @@ var metrics = {
309
309
for ( var j in results [ i ] . results ) {
310
310
if ( j === "users" ) {
311
311
results [ i ] . results [ j ] = getSessionData (
312
- results [ i ] . results [ j ] || { } ,
312
+ results [ i ] . results [ j ] || { } ,
313
313
( results [ i ] . results [ j ] && results [ i ] . results [ j ] . correction ) ? results [ i ] . results [ j ] . correction : { } ,
314
314
( results [ i ] . results [ j ] && results [ i ] . results [ j ] . prev_correction ) ? results [ i ] . results [ j ] . prev_correction : { }
315
315
) ;
You can’t perform that action at this time.
0 commit comments