fix website check
This commit is contained in:
parent
7004ea0dfe
commit
f9567a4aa1
|
@ -86,8 +86,9 @@ async function handshakeSubdomainCheck(done) {
|
||||||
// websiteSkylinkCheck returns the result of accessing siasky.net website through skylink
|
// websiteSkylinkCheck returns the result of accessing siasky.net website through skylink
|
||||||
async function websiteSkylinkCheck(done) {
|
async function websiteSkylinkCheck(done) {
|
||||||
const websiteSkylink = "0404dsjvti046fsua4ktor9grrpe76erq9jot9cvopbhsvsu76r4r30";
|
const websiteSkylink = "0404dsjvti046fsua4ktor9grrpe76erq9jot9cvopbhsvsu76r4r30";
|
||||||
|
const url = await skynetClient.getSkylinkUrl(websiteSkylink, { subdomain: true });
|
||||||
|
|
||||||
return done(await genericAccessCheck("website_skylink", websiteSkylink));
|
return done(await genericAccessCheck("website_skylink", url));
|
||||||
}
|
}
|
||||||
|
|
||||||
// accountWebsiteCheck returns the result of accessing account dashboard website
|
// accountWebsiteCheck returns the result of accessing account dashboard website
|
||||||
|
|
Reference in New Issue