Skip to content

Commit a38682c

Browse files
committed
fix: migrate 6to8 provider_ids
1 parent 654b5f2 commit a38682c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osf/management/commands/migrate_osfmetrics_6to8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def _convert_public_usage_report(
401401
has_surrounding_items=item_is_component,
402402
),
403403
database_iris=_convert_database_iri_list(
404-
provider_id=source.get('provider_id', []),
404+
provider_ids=source.get('provider_id', []),
405405
osf_model_name=source.get('item_type', []),
406406
),
407407
provider_ids=source.get('provider_id'),

0 commit comments

Comments
 (0)