...
## 2.[High] Owner of a position can prevent liquidation due to the onERC721Received callback
### `onERC721Received()` prevents liquidation
- Summary: When liquidating a position, the `_cleanUpLoan()` function is called to transfer the Uniswap LP position back to the user. However, this p...