ParticlePositionManager::liquidatePosition:
Some tokens, like LEND revert on 0 amount transfer. If the liquidation amount is 0 for this token this would make liquidation impossible for this position.
Consider checking if the liquidationAmount > 0 before transferring liquidation reward.
