Skip to content

Commit

Permalink
Fix lint error (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
NZT48 authored Dec 29, 2023
1 parent 91513a0 commit 5762027
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class NodeBlockchainService extends BlockchainServiceBase {
if (!status) {
// eslint-disable-next-line no-await-in-loop
await this.updateContractInstance(contractName, blockchain, true);
// eslint-disable-next-line no-await-in-loop
contractInstance = await this.getContractInstance(contractName, blockchain);
transactionRetried = true;
// eslint-disable-next-line no-param-reassign
Expand Down

0 comments on commit 5762027

Please sign in to comment.