refactor: prepare multi-machine inventory associations
This commit is contained in:
@@ -50,7 +50,9 @@ export class ModelTypeMapper {
|
||||
})),
|
||||
}
|
||||
: undefined,
|
||||
...(skeleton ? { componentSkeleton: skeleton as Prisma.InputJsonValue } : {}),
|
||||
...(skeleton
|
||||
? { componentSkeleton: skeleton as Prisma.InputJsonValue }
|
||||
: {}),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user