From cc4aa8a0a7b9c3d08c479266425d5b5fb0c44d45 Mon Sep 17 00:00:00 2001 From: alma Date: Fri, 16 Jan 2026 23:05:48 +0100 Subject: [PATCH] Fondation --- app/api/calendars/route.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/api/calendars/route.ts b/app/api/calendars/route.ts index 52dcff0..6fe8b8d 100644 --- a/app/api/calendars/route.ts +++ b/app/api/calendars/route.ts @@ -146,6 +146,17 @@ export async function GET(req: NextRequest) { include: { missionUsers: true } + }, + syncConfig: { + include: { + mailCredential: { + select: { + id: true, + email: true, + display_name: true, + } + } + } } } }