We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 324cdb7 + 784e827 commit a75c19dCopy full SHA for a75c19d
1 file changed
README.md
@@ -73,7 +73,7 @@ if 'errors' in response:
73
for reg_id in reg_ids:
74
entity.filter(registration_id=reg_id).delete()
75
if 'canonical' in response:
76
- for canonical_id, reg_id in response['canonical'].items():
+ for reg_id, canonical_id in response['canonical'].items():
77
# Repace reg_id with canonical_id in your database
78
entry = entity.filter(registration_id=reg_id)
79
entry.registration_id = canonical_id
0 commit comments