completionId: cgen-225d9a1d151c4fc3ba49ccc8b68021bc
cgen-225d9a1d151c4fc3ba49ccc8b68021bc
This commit is contained in:
parent
630a919d51
commit
ffca23a3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export default async function handler(req: VercelRequest, res: VercelResponse) {
|
|||
achievements: achievements
|
||||
.map((a: any) => a.achievements)
|
||||
.filter(Boolean),
|
||||
interests: userInterests.map((i: any) => i.interests).filter(Boolean),
|
||||
interests: userInterests.map((i: any) => i.interest).filter(Boolean),
|
||||
linkedProviders,
|
||||
},
|
||||
domain: req.headers.host || "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue