https://github.com/code-423n4/2024-12-bakerfi/blob/0daf8a0547b6245faed5b6cd3f5daf44d2ea7c9a/contracts/core/MultiStrategy.sol#L107
While the initialize of MultiStrategyVault checks if registered strategies have the same asset, it does not check when adding a new strategy through addStrategy.
Check if the asset token of the newly added strategy matches the existing ones in addStrategy.
