Skip to content

Commit 8e9dc27

Browse files
committed
lint
1 parent 9b2e192 commit 8e9dc27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

definitions/output/reports/reports_dynamic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const configs = new reports.HTTPArchiveReports()
22
const metrics = configs.listMetrics()
3-
const lenses = configs.lenses;
3+
const lenses = configs.lenses
44

55
const bucket = 'httparchive'
66
const storagePath = '/reports/dev/'

includes/reports.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ const lenses = {
9595

9696
class HTTPArchiveReports {
9797
constructor () {
98-
this.config = config,
99-
this.lenses = lenses;
98+
this.config = config
99+
this.lenses = lenses
100100
}
101101

102102
listReports () {

0 commit comments

Comments
 (0)