Skip to content

Commit fac4167

Browse files
committed
fix: remove listing check
1 parent 28bf160 commit fac4167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mappings/diamond.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,6 @@ export function handlePortalData(event: PortalData): void {
20712071
export function handleResyncAavegotchis(event: ResyncAavegotchis): void {
20722072
let gotchi = getOrCreateAavegotchi(event.params._tokenId.toString(), event);
20732073
if (!gotchi) return;
2074-
gotchi = updateAavegotchiInfo(gotchi, event.params._tokenId, event);
2074+
gotchi = updateAavegotchiInfo(gotchi, event.params._tokenId, event, false);
20752075
gotchi.save();
20762076
}

0 commit comments

Comments
 (0)