Zone loading stuffs
This commit is contained in:
@ -25,6 +25,9 @@ class ZoneRepository {
|
||||
return await prisma.zone.findUnique({
|
||||
where: {
|
||||
id: id
|
||||
},
|
||||
include: {
|
||||
zoneObjects: true
|
||||
}
|
||||
});
|
||||
} catch (error: any) {
|
||||
|
Reference in New Issue
Block a user