Skip to content

Commit

Permalink
Fix scope name serialization key
Browse files Browse the repository at this point in the history
  • Loading branch information
mllocs committed Nov 6, 2024
1 parent 61d2320 commit 0f5ccb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def serialize
user_hash:,
date_of_birth: metadata["date_of_birth"],
postal_code: metadata["postal_code"],
scope_name: metadata["scope_name"],
scope_name: metadata["scope"],
scope_id: metadata["scope_id"],
scope_code: metadata["scope_code"],
gender: metadata_extras["gender"],
Expand Down

0 comments on commit 0f5ccb8

Please sign in to comment.