This commit is contained in:
aozhiwei 2024-07-20 09:50:41 +08:00
parent 2f392f315c
commit d5ae768fe1

View File

@ -24,6 +24,10 @@ class Transfer extends BaseEventProcess {
tokenId
);
}
const itemMeta = metaFactory.getMetaByKey('FounderTag', tokenId);
if (itemMeta) {
await this.adjustQuality(tokenId, itemMeta.getQuality());
}
await this.update721NftOwner(tokenId, this.getContractAddress(), to, from);
await this.markOk();
}