According to EIP-721 and specifically, the metadata extension, the tokenURI function should throw an error if _tokenId is not a valid NFT. Contrary, the current implementation returns an empty string.
JBTiered721Delegate.sol#L140
Consider throwing an error if _tokenId is not a valid NFT.
