Skip to content

Commit

Permalink
Add email field with user.email to processed application data
Browse files Browse the repository at this point in the history
  • Loading branch information
noahk004 committed Dec 11, 2024
1 parent 1a716b8 commit 66e6f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/routers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ async def _apply_flow(
processed_application_data = ProcessedApplicationDataUnionAdapter.validate_python(
{
**raw_app_data_dump,
"email": user.email,
"resume_url": resume_url,
"submission_time": now,
}
Expand Down

0 comments on commit 66e6f68

Please sign in to comment.