Skip to content

Commit

Permalink
fix: remove favorites from memberExtra (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jun 28, 2023
1 parent 4fa20c2 commit d9bfa80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/members/interfaces/member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export enum MemberType {

export interface MemberExtra {
hasAvatar?: boolean;
favoriteItems?: string[];
lang?: string;
enableSaveActions?: boolean;
emailFreq?: `${EmailFrequency}` | EmailFrequency;
Expand Down

0 comments on commit d9bfa80

Please sign in to comment.