Fondation
This commit is contained in:
parent
0977765a87
commit
cc4aa8a0a7
@ -146,6 +146,17 @@ export async function GET(req: NextRequest) {
|
|||||||
include: {
|
include: {
|
||||||
missionUsers: true
|
missionUsers: true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
syncConfig: {
|
||||||
|
include: {
|
||||||
|
mailCredential: {
|
||||||
|
select: {
|
||||||
|
id: true,
|
||||||
|
email: true,
|
||||||
|
display_name: true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user