Commit d02464c 1 parent 4dcb0da commit d02464c Copy full SHA for d02464c
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -709,6 +709,7 @@ let PACER = {
709
709
// - The document Link
710
710
// - A description
711
711
// - The number of pages
712
+ // - File size (optional)
712
713
//
713
714
// Each row of the docket report has the following information:
714
715
//
@@ -719,7 +720,7 @@ let PACER = {
719
720
// We can use the number of elements per row to group the possible cases:
720
721
//
721
722
// - Rows with 3 or less elements belong to a docket report.
722
- // - Rows with four or five elements belong to an attachment menu.
723
+ // - Rows with four, five or more elements belong to an attachment menu.
723
724
//
724
725
// This method accesses the tr element that contains the document link, checks the number
725
726
// of elements inside this tag (we want to exclude rows from docket reports) and returns the
You can’t perform that action at this time.
0 commit comments