Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charliegerard committed May 7, 2024
1 parent 953016e commit 4aee60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/analytics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async function fetchOrgAnalyticsData (time, spinner) {
created_at: formattedDate,
}
})
const data = {...formattedData.flat(1)}
const data = { ...formattedData.flat(1) }

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'])
}

0 comments on commit 4aee60f

Please sign in to comment.