diff options
| author | Kyle Pittman <[email protected]> | 2021-10-05 09:38:11 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-05 09:38:11 -0500 |
| commit | 6b9c6338f055e7ab46aa0abaf4db804b5041a27e (patch) | |
| tree | a10cde1d3dd7aab7a208aecf35823cf44c23d6cb | |
| parent | 17d56481e3afeabffe9c08c7d932f5e31749f594 (diff) | |
| download | faker-6b9c6338f055e7ab46aa0abaf4db804b5041a27e.tar.xz faker-6b9c6338f055e7ab46aa0abaf4db804b5041a27e.zip | |
improve postcode range for en_US -> TX
| -rw-r--r-- | lib/locales/en_US/address/postcode_by_state.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/locales/en_US/address/postcode_by_state.js b/lib/locales/en_US/address/postcode_by_state.js index 0a5c78e3..006fe605 100644 --- a/lib/locales/en_US/address/postcode_by_state.js +++ b/lib/locales/en_US/address/postcode_by_state.js @@ -176,8 +176,8 @@ module["exports"] = { max:38589 }, TX:{ - min:73301, - max:73301 + min:75503, + max:79999 }, UT:{ min:84001, |
