This commit is contained in:
2022-11-30 23:29:27 +03:00
9 changed files with 23 additions and 23 deletions

View File

@@ -123,7 +123,7 @@ def migrate_2stage(entry, id_map):
user_rating_dict = {
"value": rating_entry["value"],
"raterId": rater.id,
"rater": rater.id,
"user": user.id,
}