Skip to content

Commit

Permalink
fix: add examResults to returned session
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams committed May 8, 2024
1 parent b907961 commit 735eb16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/schemas/user/get-session-user.ts
Expand Up @@ -29,7 +29,8 @@ export const getSessionUser = {
path: Type.Optional(Type.String())
})
),
isManuallyApproved: Type.Optional(Type.Boolean())
isManuallyApproved: Type.Optional(Type.Boolean()),
examResults: Type.Optional(examResults)
})
),
completedExams: Type.Array(
Expand Down

0 comments on commit 735eb16

Please sign in to comment.