completionId: cgen-4e3165dcabf047248b1d4b9c9add57ad
cgen-4e3165dcabf047248b1d4b9c9add57ad
This commit is contained in:
parent
9e63061e45
commit
2fa397cca4
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ export function createServer() {
|
|||
const { data, error } = await adminSupabase
|
||||
.from("user_profiles")
|
||||
.select(
|
||||
"id, username, full_name, avatar_url, user_type, bio, created_at, email",
|
||||
"id, username, full_name, avatar_url, user_type, bio, created_at",
|
||||
)
|
||||
.eq("username", username)
|
||||
.single();
|
||||
|
|
|
|||
Loading…
Reference in a new issue