From 50ebbd06aadbda9cf44f7de63683f7ba371b4071 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 10:38:36 +0000 Subject: [PATCH] Update createInitialProfile signature cgen-5e34bb7ca93143268d1cde447daa85a7 --- client/lib/aethex-database-adapter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index 26207f11..ced3f0c5 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -364,6 +364,7 @@ export const aethexUserService = { async createInitialProfile( userId: string, profileData: Partial, + email?: string | null, ): Promise { ensureSupabase();