Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <[email protected]>
  • Loading branch information
gobengo and Alan Shaw authored Jan 24, 2024
1 parent 220ff75 commit 03a991b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ export async function usageReport(opts) {
period
)) {
if ('error' in result) {
console.warn('error getting usage report. Catching and moving on, but will include in warning at end.', result)
failures.push(result)
} else {
if (opts?.json) {
Expand Down

0 comments on commit 03a991b

Please sign in to comment.