Submitted by paulius.eth
I cant find a reason why totalNftMintCount in Factory cant be replaced with ERC721 totalSupply() to make it less error-prone. As nfthub.mint issues a new token it should automatically increment totalSupply and this assignment wont be needed:
Recommend replacing totalNftMintCount with nfthub totalSupply() in Factory contract.
mcplums (Reality Cards) commented:
Splidge (Reality Cards) confirmed and resolved:
