getCatAge() could return incorrect age.
If non minted Token id is passed then default value of s_catInfo[tokenId].dob will be 0 and then getCatAge() returns age as (block.timestamp-0)
User will get confused
VS code
Use require statements to have proper validation like If Token Id exists before returning value
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.