Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
quit
::::X
  • Loading branch information
Brian T. Whaley committed Jul 27, 2022
1 parent 9937338 commit cf41380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/isAmExCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export default function isAmExCard(str) {
return false;
}
return isLuhnValid(str);
}
}
2 changes: 1 addition & 1 deletion test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -5091,7 +5091,7 @@ describe('Validators', () => {
validator: 'isAmExCard',
valid: [
'375556917985515',
'345556917985515'
'345556917985515',
],
invalid: [
'foo',
Expand Down

0 comments on commit cf41380

Please sign in to comment.