Fondation

This commit is contained in:
alma 2026-01-16 23:05:48 +01:00
parent 0977765a87
commit cc4aa8a0a7

View File

@ -146,6 +146,17 @@ export async function GET(req: NextRequest) {
include: {
missionUsers: true
}
},
syncConfig: {
include: {
mailCredential: {
select: {
id: true,
email: true,
display_name: true,
}
}
}
}
}
}