Skip to content

Commit 605a64e

Browse files
committed
fixes aps fullname extraction
1 parent 2129f88 commit 605a64e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/documentTypes/apsBill.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ module.exports = {
5151
&& !line.match(/Pay 24 hours/gi)
5252
&& !line.match(/Download our free/gi)
5353
)).find((line) => !line.match(/\d+/g));
54-
fullName = rawText[lineWithCityStateZipCodeIndex - 2];
5554
}
5655

5756
let first_name;

0 commit comments

Comments
 (0)