make prettier
This commit is contained in:
parent
4e7ff0d9e8
commit
b1c591b6ed
|
@ -1,5 +1,6 @@
|
||||||
{ type: 'dns-01',
|
{
|
||||||
status: 'pending',
|
"type": "dns-01",
|
||||||
url:
|
"status": "pending",
|
||||||
'https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/16603341/yCthUw',
|
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/16603341/yCthUw",
|
||||||
token: 'DiO9DFHuFTpNsJxIbOxfVCSPVkpe4lJUjozeSyzkMjI' }
|
"token": "DiO9DFHuFTpNsJxIbOxfVCSPVkpe4lJUjozeSyzkMjI"
|
||||||
|
}
|
||||||
|
|
|
@ -76,5 +76,5 @@ module.exports = function() {
|
||||||
|
|
||||||
console.info('PASS');
|
console.info('PASS');
|
||||||
|
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue