Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6d0542

Browse files
committed
Fix the bug where bio is not showing up in members page
1 parent b5d810e commit f6d0542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/api/fauna/members.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const FaunaCreateHandler: NextApiHandler = async (
2626
image: q.Select(['data', 'image'], user, null),
2727
account: {
2828
firstName: q.Select(['data', 'account', 'firstName'], user, null),
29+
bio: q.Select(['data', 'account', 'bio'], user, null),
2930
},
3031
socials: q.Select(['data', 'socials'], user, null),
3132
}

0 commit comments

Comments
 (0)