Skip to content

Commit

Permalink
Retry api request
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Apr 16, 2021
1 parent 9a56b36 commit 441150f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = NodeHelper.create({
})
.catch((error) => {
console.error(this.name + ' ERROR:', error);
setTimeout(() => this.sendOffer(data), 3000);
});
},

Expand Down

0 comments on commit 441150f

Please sign in to comment.