Zone loading stuffs

This commit is contained in:
2024-07-07 12:29:38 +02:00
parent c7069c9e98
commit 76207e3bc3
3 changed files with 17 additions and 13 deletions

View File

@ -25,6 +25,9 @@ class ZoneRepository {
return await prisma.zone.findUnique({
where: {
id: id
},
include: {
zoneObjects: true
}
});
} catch (error: any) {