fix: include
This commit is contained in:
parent
a5cc14e885
commit
3fc98c8c1b
@ -592,7 +592,7 @@ export async function remoteTraefikConfiguration(request: FastifyRequest) {
|
||||
}
|
||||
const services: any = await prisma.service.findMany({
|
||||
where: { destinationDocker: { id } },
|
||||
include,
|
||||
include: includeServices,
|
||||
orderBy: { createdAt: 'desc' }
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user