Removed duplicated line in CustomerServiceImpl.java
This commit is contained in:
parent
f1b58a9df1
commit
c1fe4a5dde
@ -119,7 +119,6 @@ public class CustomerServiceImpl extends AbstractEntityService implements Custom
|
||||
deviceService.unassignCustomerDevices(customer.getTenantId(), customerId);
|
||||
edgeService.unassignCustomerEdges(customer.getTenantId(), customerId);
|
||||
userService.deleteCustomerUsers(customer.getTenantId(), customerId);
|
||||
edgeService.unassignCustomerEdges(customer.getTenantId(), customerId);
|
||||
deleteEntityRelations(tenantId, customerId);
|
||||
customerDao.removeById(tenantId, customerId.getId());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user