Multiple instances across in-scope contracts, for example: here.
https://github.com/code-423n4/2024-05-predy/blob/a9246db5f874a91fb71c296aac6a66902289306a/src/PredyPool.sol#L286-L292
Bad code, unnecessary execution.
Consider checking if the value to be stored is in the already stored value and if yes, skip re-storing it
