Submitted by codexploder
https://github.com/Plex-Engineer/lending-market/blob/755424c1f9ab3f9f0408443e6606f94e4f08a990/contracts/Governance/GovernorBravoDelegate.sol#L135
The state function check GovernorBravoDelegate.sol#L115 will always fail since proposalId cannot lie in between initialProposalId and proposalCount due to an initialization in _initiate function
Remove initialProposalId = proposalCount; in the _initiate function.
tkkwon1998 (Canto) disagreed with severity and commented:
Alex the Entreprenerd (judge) decreased severity to Medium and commented:
