Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
leehanchung committed Apr 23, 2020
2 parents 5110ec4 + b5043f9 commit 256f183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ def post_zip(zip_code: ZIPInput) -> JSONResponse:
raise HTTPException(status_code=422,
detail=f"[Error] POST '/zip' {ex} {message}")


try:
county = zip_info['county'].rsplit(' ', 1)[0]
state = zip_info['state']
Expand Down

0 comments on commit 256f183

Please sign in to comment.