Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
deen13 committed Mar 17, 2021
1 parent 429b946 commit fcc7805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const run = async () => {
}

const service = await promiseRetry(function (retry, number) {
if(number > 1) {
if (number > 1) {
console.log(`Retrying Attempt: ${number}.`)
}

Expand Down

0 comments on commit fcc7805

Please sign in to comment.