Skip to content

Commit

Permalink
do not pass opts bc ?
Browse files Browse the repository at this point in the history
  • Loading branch information
joehand committed Mar 22, 2018
1 parent 413edae commit fe29189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function run (src, dest, opts, cb) {
return cb(new Error('Not archive owner and no destination provided.'))
}

dat.joinNetwork(opts)
dat.joinNetwork()
// TODO
// dat.trackStats()
// if (dat.owner) {
Expand Down

0 comments on commit fe29189

Please sign in to comment.