Skip to content

Commit 7f9d779

Browse files
committed
fix lint
1 parent 42ba0c5 commit 7f9d779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/analytics/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function fetchOrgAnalyticsData (time, spinner) {
118118
created_at: formattedDate,
119119
}
120120
})
121-
const data = {...formattedData.flat(1)}
121+
const data = { ...formattedData.flat(1) }
122122

123123
console.table(data, ['created_at', 'repository_name', 'total_critical_alerts', 'total_high_alerts', 'total_critical_added', 'total_high_added', 'total_critical_prevented', 'total_high_prevented', 'total_medium_prevented', 'total_low_prevented', 'top_five_alert_types'])
124124
}

0 commit comments

Comments
 (0)