Skip to content

Commit

Permalink
fix: count
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 17, 2019
1 parent 860eda4 commit bb12aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metascraper-media-provider/src/get-media/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getTweetId = url => url.split('/').reverse()[0]
const getAgent = async ({ tunnel }) => {
if (!tunnel) return
const agent = tunnel()
debug(`getAgent agent=${tunnel.index()}/${tunnel.size()}`)
debug(`getAgent agent=${tunnel.index() + 1}/${tunnel.size()}`)
return agent
}

Expand Down

0 comments on commit bb12aaf

Please sign in to comment.