Skip to content

Commit

Permalink
summary fixes after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Feb 14, 2024
1 parent fada348 commit 6d8d192
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ async function summary() {

const results = await generateTestResults(boltUser)

results = results || []
const uniqueResults = getUniqueBy(results, ['domain', 'scheme']).map(
result => [
result.domain,
Expand Down

0 comments on commit 6d8d192

Please sign in to comment.