This commit is contained in:
aozhiwei 2023-07-13 16:00:00 +08:00
parent 9760a5452e
commit d3c7579d65

View File

@ -41,7 +41,7 @@ class Erc721Refresher extends BaseService {
this.getContractAddress()
]);
if (err) {
throw err;
throw new Error(err);
}
if (rows.length > 0) {
this.progInfo['pendingCount'] = rows.length;