Browse Source
Fix `now domains add -f` – it shouldn't throw
master
Matheus Fernandes
8 years ago
No known key found for this signature in database
GPG Key ID: DD07CA4EA7B65C4F
1 changed files with
0 additions and
2 deletions
-
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 |
|
|
|
}) |
|
|
|
} |
|
|
|