260326:1547 Fixing Refactor ADR-019 Naming convention uuid #04
This commit is contained in:
@@ -205,7 +205,7 @@ export class ContractDrawingService {
|
||||
|
||||
async findOneByUuid(uuid: string) {
|
||||
const drawing = await this.drawingRepo.findOne({
|
||||
where: { uuid },
|
||||
where: { publicId: uuid },
|
||||
relations: ['attachments'],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user