fix: github fix
This commit is contained in:
parent
838ba63c89
commit
65d83403cd
@ -978,7 +978,7 @@ export async function startApi(): Promise<{ app: FastifyInstance; io: Server }>
|
||||
return reply.send({
|
||||
id: userId,
|
||||
timestamp: Date.now(),
|
||||
github: user.githubUser ?? null,
|
||||
github: user.githubUser ? user.githubUser.profile : null
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user