This commit is contained in:
2026-01-31 15:26:44 +03:30
parent 20ea6a82dd
commit 23ace8ce69
3 changed files with 5 additions and 4 deletions
@@ -31,7 +31,7 @@ export class FieldService {
if (entityType == EntityType.product) {
entity = await this.productService.findOneOrFail(entityId)
} else if (entityType == EntityType.print) {
entity = await this.printService.findOneOrFail(entityId)
entity = await this.printService.finOrFail(entityId)
}
if (!entity) {