1
This commit is contained in:
parent
9760a5452e
commit
d3c7579d65
@ -41,7 +41,7 @@ class Erc721Refresher extends BaseService {
|
|||||||
this.getContractAddress()
|
this.getContractAddress()
|
||||||
]);
|
]);
|
||||||
if (err) {
|
if (err) {
|
||||||
throw err;
|
throw new Error(err);
|
||||||
}
|
}
|
||||||
if (rows.length > 0) {
|
if (rows.length > 0) {
|
||||||
this.progInfo['pendingCount'] = rows.length;
|
this.progInfo['pendingCount'] = rows.length;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user