Skip to content

Commit

Permalink
[VNG-Realisatie#210] Register correct component
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Sep 19, 2022
1 parent 724b129 commit 00efc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vng_api_common/inspectors/geojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def map_serializer_field(self, auto_schema, direction):
object="Point2D",
)

auto_schema.registry.register_on_missing(geometry_component)
auto_schema.registry.register_on_missing(point2d_component)

point_component = ResolvedComponent(
name="Point",
Expand Down

0 comments on commit 00efc78

Please sign in to comment.