refactor: improve team management, OKRs, and session components
This commit is contained in:
@@ -69,7 +69,10 @@ export async function getMotivatorSessionById(sessionId: string, userId: string)
|
||||
include: motivatorByIdInclude,
|
||||
}),
|
||||
(sid) =>
|
||||
prisma.movingMotivatorsSession.findUnique({ where: { id: sid }, include: motivatorByIdInclude }),
|
||||
prisma.movingMotivatorsSession.findUnique({
|
||||
where: { id: sid },
|
||||
include: motivatorByIdInclude,
|
||||
}),
|
||||
(s) => resolveCollaborator(s.participant).then((r) => ({ resolvedParticipant: r }))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user