Skip to content

Commit

Permalink
fix(wip): Working on migration problems
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Oct 30, 2024
1 parent 059da9e commit 059b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_record_importer_kcworks/services/communities.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def _remove_from_extraneous_collections(
)
for c in extraneous_collections:
app.logger.debug(
current_community_records_service.community_record_schema
current_community_records_service.community_record_schema.schema
)
removed = current_community_records_service.delete(
system_identity, c["id"], ""
Expand Down

0 comments on commit 059b820

Please sign in to comment.