From 2b492112c1617279b05497b7228932f36e523384 Mon Sep 17 00:00:00 2001 From: Sergio Gutierrez Villalba Date: Tue, 21 Nov 2023 16:02:09 +0100 Subject: [PATCH] refactor(users): remove duplicated email identifier --- lib/core/users/User.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/users/User.ts b/lib/core/users/User.ts index 70c47178..be537571 100644 --- a/lib/core/users/User.ts +++ b/lib/core/users/User.ts @@ -15,7 +15,6 @@ export interface User { subscriptionPlan?: { isSubscribed?: boolean; }; - email: string; referralPartner?: string | null; preferences?: { dnt: boolean;