Skip to content

Commit

Permalink
refactor(users): remove duplicated email identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs committed Nov 21, 2023
1 parent 874e91b commit 2b49211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/users/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export interface User {
subscriptionPlan?: {
isSubscribed?: boolean;
};
email: string;
referralPartner?: string | null;
preferences?: {
dnt: boolean;
Expand Down

0 comments on commit 2b49211

Please sign in to comment.