Skip to content

Commit

Permalink
fix(config): set correct required fields for contact_point
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 26, 2024
1 parent 512c6bb commit e167eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
],
"contact_point": [
"physical_address_id",
"contact_point_type_id",
"contact_point_type_ids",
"email",
"telephone"
],
Expand Down

0 comments on commit e167eff

Please sign in to comment.