fix: github fix

This commit is contained in:
Steve Korshakov 2025-08-26 21:07:17 -07:00
parent 838ba63c89
commit 65d83403cd

View File

@ -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
});
});