bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user