Skip to content

Commit

Permalink
Add string validation to first_name
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquelakiap committed Apr 11, 2024
1 parent 73db70e commit 131c82c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/types/first_name.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const parse = function (string) {
parsed.raw = string;
parsed.valid = false;
}
console.log(parsed);
return parsed;
};

Expand Down

0 comments on commit 131c82c

Please sign in to comment.