Update createInitialProfile signature
cgen-5e34bb7ca93143268d1cde447daa85a7
This commit is contained in:
parent
a7e8b61199
commit
50ebbd06aa
1 changed files with 1 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ export const aethexUserService = {
|
|||
async createInitialProfile(
|
||||
userId: string,
|
||||
profileData: Partial<AethexUserProfile>,
|
||||
email?: string | null,
|
||||
): Promise<AethexUserProfile | null> {
|
||||
ensureSupabase();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue