Skip to content

Commit 4ac2a04

Browse files
fix: Maryland (MD) wrong postal code (#804)
1 parent 78a30fb commit 4ac2a04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/locales/en_US/address/postcode_by_state.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ export default {
8080
max: 2791,
8181
},
8282
MD: {
83-
min: 20331,
84-
max: 20331,
83+
min: 20899,
84+
max: 20908,
8585
},
8686
ME: {
8787
min: 3901,

0 commit comments

Comments
 (0)