Skip to content

Commit

Permalink
fix: remove member property from member profile (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Nov 12, 2024
1 parent 04e0759 commit 7596680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/member/member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export type MemberStorageItem = {

export type PublicProfile = {
id: UUID;
member: Member;
bio: string;
facebookID: string;
linkedinID: string;
Expand Down

0 comments on commit 7596680

Please sign in to comment.