diff --git a/src/checks/critical.js b/src/checks/critical.js index 70d62be..c307a39 100644 --- a/src/checks/critical.js +++ b/src/checks/critical.js @@ -73,7 +73,7 @@ async function websiteCheck(done) { return done(await genericAccessCheck("website", `https://${process.env.PORTAL_DOMAIN}`)); } -// downloadCheck returns the result of downloading the hard coded link +// downloadSkylinkCheck returns the result of downloading the hard coded link async function downloadSkylinkCheck(done) { const url = await skynetClient.getSkylinkUrl(exampleSkylink);