Browse Source

Fix `now domains add -f` – it shouldn't throw

master
Matheus Fernandes 8 years ago
parent
commit
6b6297e061
No known key found for this signature in database GPG Key ID: DD07CA4EA7B65C4F
  1. 2
      lib/index.js

2
lib/index.js

@ -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
})
}

Loading…
Cancel
Save