Fix missed export update

This commit is contained in:
Matthew Sevey 2021-10-06 16:49:22 -04:00
parent 62e21d438b
commit 3125ca3e15
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
1 changed files with 1 additions and 2 deletions

View File

@ -206,11 +206,10 @@ async function skylinkVerification(done, expected, { followRedirect = true, meth
} }
module.exports = [ module.exports = [
audioExampleCheck, corpusCheck,
// uniswapIndexFileCheck, // uniswapIndexFileCheck,
// uniswapCheck, // uniswapCheck,
// uniswapRedirectCheck, // uniswapRedirectCheck,
// uniswapHNSCheck, // uniswapHNSCheck,
// uniswapHNSRedirectCheck, // uniswapHNSRedirectCheck,
uniswapHNSResolverCheck,
]; ];