Skip to content

Commit b892025

Browse files
committed
fixes aps street address line 2
1 parent 7b3e320 commit b892025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/documentTypes/apsBill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
street_address_line_1 = rawText[lineWithCityStateZipCodeIndex - 1];
7777
}
7878

79-
if (street_address_line_2.match(/Visit aps.com/g)) {
79+
if (street_address_line_2.match(/Visit aps.com/gi)) {
8080
// case of no street_address_line_2
8181
street_address_line_2 = '';
8282
}

0 commit comments

Comments
 (0)