Skip to content

Commit

Permalink
Merge pull request #59 from mapadoacolhimento/fix/add-street-to-msr-d…
Browse files Browse the repository at this point in the history
…ata-register

[MAPA-686] fix(upsert-msr-register-data): add street to payload
  • Loading branch information
vivianedias authored Dec 10, 2024
2 parents a31299f + befe732 commit b693e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/db/upsert-msr-register-data/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const payloadSchema = Yup.object({
city: Yup.string(),
state: Yup.string(),
neighborhood: Yup.string(),
street: Yup.string(),
lat: Yup.number().nullable(),
lng: Yup.number().nullable(),
zipcode: Yup.string(),
Expand Down

0 comments on commit b693e42

Please sign in to comment.