Skip to content

Commit

Permalink
Fix now domains add -f – it shouldn't throw
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuss committed May 28, 2017
1 parent 24ce1c2 commit 6b6297e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Expand Up @@ -682,8 +682,6 @@ module.exports = class Now extends EventEmitter {
throw new Error(body.error.message)
}

if (!body.verified) throw new Error('verification failed, retrying')

return body
})
}
Expand Down

0 comments on commit 6b6297e

Please sign in to comment.