diff --git a/site/zenodo_rdm/legacy/resources.py b/site/zenodo_rdm/legacy/resources.py index aac55785..1a35b211 100644 --- a/site/zenodo_rdm/legacy/resources.py +++ b/site/zenodo_rdm/legacy/resources.py @@ -48,8 +48,7 @@ record_serializers = copy.deepcopy(default_record_serializers) record_serializers.update( { - # TODO: remove when https://github.com/zenodo/zenodo-rdm/issues/492 is fixed - # "application/json": ResponseHandler(LegacyJSONSerializer()), + "application/json": ResponseHandler(LegacyJSONSerializer()), "application/vnd.zenodo.v1+json": ResponseHandler(ZenodoJSONSerializer()), # Alias for the DataCite XML serializer "application/x-datacite+xml": record_serializers[