getOfferInfo in DeliveryPlace.sol uses implicit return
Most functions in the code that return values do it explicitly, while getOfferInfodoesn't.
Consider returning explicitly, which may reduce future errors or prevent regressions if the code changes since the contract is upgradeable.
Low, it does not affect the contract as it is but may affect future versions because the code is upgradeable and other functions in the code do return explicitly.
Manual review
Add return in the end of getOfferInfo:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.