Skip to content

Commit

Permalink
♻️Refactor - 멤버 프로필 이미지 notion db 매핑 단어 변경 #44
Browse files Browse the repository at this point in the history
  • Loading branch information
bianbbc87 committed May 15, 2024
1 parent 5534f09 commit 2aafed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/seminar/notionDataRefactor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function refactorOpenSeminarInformationData(items: any[]): SeminarThumbna
member_id: member.id ?? '',
member_name: member.name ?? '',
member_role: member.role ?? '',
member_profile_image: member.profileImage ?? PresenterProfileImg.src,
member_profile_image: member.profile_img ?? PresenterProfileImg.src,
seminar_title: seminar.title,
};
}
Expand Down

0 comments on commit 2aafed7

Please sign in to comment.