In MagicLP, when updating the parameters, we perform the minimum value check at the beginning of the function.
https://github.com/code-423n4/2024-03-abracadabra-money/blob/1f4693fdbf33e9ad28132643e2d6f7635834c6c6/src/mimswap/MagicLP.sol#L480-L482
In this function, we transfer some base and quote tokens, rendering this check redundant.
It should be conducted after reducing the reserves.
