PurchaseBundler.sol#L238-L247
The _pendingMultiSourceLoanAddress has default value is address(0). As the result, owner could always call finalUpdateMultiSourceLoanAddress() to set the _multiSourceLoan to address(0) without calling updateMultiSourceLoanAddressFirst() first.
