diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index abab9fe6..b40af135 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -15,7 +15,6 @@ export interface AethexUserProfile extends UserProfile { onboarded?: boolean; role?: string; loyalty_points?: number; - banner_url?: string; social_links?: any; skills?: string[]; }