1
This commit is contained in:
parent
1633d169ce
commit
ba7d56f4fa
@ -13,6 +13,7 @@ class Transfer extends BaseEventProcess {
|
|||||||
this.getContractName(),
|
this.getContractName(),
|
||||||
returnValues['tokenId']
|
returnValues['tokenId']
|
||||||
);
|
);
|
||||||
|
await this.markOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,7 @@ class Transfer extends BaseEventProcess {
|
|||||||
this.getContractName(),
|
this.getContractName(),
|
||||||
returnValues['tokenId']
|
returnValues['tokenId']
|
||||||
);
|
);
|
||||||
|
await this.markOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user