Skip to content

Commit bd97a9d

Browse files
committed
fix: migrate 6to8 kwarg
1 parent 23d8f8b commit bd97a9d

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
@@ -402,7 +402,7 @@ def _convert_public_usage_report(
402402
),
403403
database_iris=_convert_database_iri_list(
404404
provider_ids=source.get('provider_id', []),
405-
osf_model_name=source.get('item_type', []),
405+
osf_model_names=source.get('item_type', []),
406406
),
407407
provider_ids=source.get('provider_id'),
408408
platform_iris=source.get('platform_iri') or [website_settings.DOMAIN],

0 commit comments

Comments
 (0)