https://github.com/code-423n4/2023-10-party/blob/b23c65d62a20921c709582b0b76b387f2bb9ebb5/contracts/crowdfund/ETHCrowdfundBase.sol#L35
The two initialization parameters initialContributor and initialDelegate that are passed when initializing ETHCrowdfundOptions are unused, because the initial contribution is added by the child InitialETHCrowdfund contract. 
Consider removing them from ETHCrowdfundOptions and cleaning up the code that passes them through from InitialETHCrowdfundOptions.
