The VoterUpgradeableV2.vote function allows voting at the end of the voting window, while the VoterUpgradeableV2.poke function does not accommodate this.
The VoterUpgradeableV2.poke function calls the _checkVoteWindow function to verify that the current time is within the allowed voting window.
However, for whitelisted token in the managedNFTManagerCache, the VoterUpgradeableV2.vote function permits the current time to be at the end of the voting window.
It is recommended to change the code as follows:
