Fix database table name from profiles to user_profiles
cgen-4a0ff9b81ae94ea4bed5463240b3c519
This commit is contained in:
parent
b24ec03184
commit
31753f3717
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export const aethexUserService = {
|
|||
if (!user) return null;
|
||||
|
||||
const { data, error } = await supabase
|
||||
.from("profiles")
|
||||
.from("user_profiles")
|
||||
.select("*")
|
||||
.eq("id", user.id)
|
||||
.single();
|
||||
|
|
|
|||
Loading…
Reference in a new issue