Skip to content

Commit 4f8f9b3

Browse files
committed
Filter out bad / half-deleted reports. Closes #116.
1 parent 16ab033 commit 4f8f9b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Reporting/Report.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ public static function all()
234234
->map(function ($id) {
235235
return static::find($id);
236236
})
237+
->filter()
237238
->sortByDesc
238239
->date()
239240
->values();

0 commit comments

Comments
 (0)