Skip to content

Commit

Permalink
EDF: [premieroctet#114] city field is not required anymore in company…
Browse files Browse the repository at this point in the history
… schema
  • Loading branch information
Bastien-Wappizy committed Dec 16, 2024
1 parent 562d5b9 commit ef2422b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const CompanySchema = new Schema(
},
city: {
type: AddressSchema,
required: true
required: false
},
perimeter: {
type: Number,
Expand Down

0 comments on commit ef2422b

Please sign in to comment.