Skip to content

Commit

Permalink
Update members.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
highjun authored Oct 7, 2024
1 parent a7d1647 commit c9a32c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ let members: { [key: string]: MemberInfo } = {
"EugeneLee": {
"name": "Eugene Lee",
"role": "Alumni",
"email": "eugene.lee@kaist.ac.kr",
"email": "eugenelee@kaist.ac.kr",
"histories": [
{
"role": "M.S. Student",
Expand Down Expand Up @@ -976,4 +976,4 @@ const alumnis = Object.values(members).filter(member => member.role === "Alumni"
const currentMembers = Object.values(members).filter(member => member.role !== "Alumni")
.sort((a,b) => sortMemberByEntrance(a, b));

export { alumnis, currentMembers, currentMemberRole};
export { alumnis, currentMembers, currentMemberRole};

0 comments on commit c9a32c5

Please sign in to comment.