Skip to content

Commit 63e26b3

Browse files
committed
[reports] eslint fixes
1 parent 7f6d8e5 commit 63e26b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/reports/api/reports.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var metrics = {
182182
output.correction = fetch.formatTotalUsersObj(dbTotalUsersObj);
183183
output.prev_correction = fetch.formatTotalUsersObj(dbTotalUsersObj, true);
184184
done2(null, {metric: metric, data: output});
185-
});1
185+
});
186186
});
187187
}
188188
}
@@ -309,7 +309,7 @@ var metrics = {
309309
for (var j in results[i].results) {
310310
if (j === "users") {
311311
results[i].results[j] = getSessionData(
312-
results[i].results[j] || {},
312+
results[i].results[j] || {},
313313
(results[i].results[j] && results[i].results[j].correction) ? results[i].results[j].correction : {},
314314
(results[i].results[j] && results[i].results[j].prev_correction) ? results[i].results[j].prev_correction : {}
315315
);

0 commit comments

Comments
 (0)