Skip to content

Commit

Permalink
change to notion schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Apr 18, 2024
1 parent f41f677 commit a0f1731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notion.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def multiplePropTextExtractor(property:dict) -> list[str] | None:

e = LCSCExecutive(
name = propTextExtractor(p["Name"]),
full_name = propTextExtractor(p["Full Name"]),
full_name = propTextExtractor(p["Legal Name"]),
pronouns = propTextExtractor(p["Pronouns"]),
profile_picture = executive_images[student_id],
social_media_links= sc_links,
Expand Down

0 comments on commit a0f1731

Please sign in to comment.