Fixed userid
This commit is contained in:
@@ -278,7 +278,7 @@ async function post(req: NextApiRequest, res: NextApiResponse) {
|
||||
.format("ll HH:mm:ss")}
|
||||
name={user.name}
|
||||
email={user.email}
|
||||
id={user.id}
|
||||
id={userId}
|
||||
gender={demographicInformation?.gender}
|
||||
summary={performanceSummary}
|
||||
testDetails={testDetails}
|
||||
|
||||
Reference in New Issue
Block a user