diff --git a/sanity-report.js b/sanity-report.js index dd962f11..215da9ea 100644 --- a/sanity-report.js +++ b/sanity-report.js @@ -3,7 +3,7 @@ const { App } = require('@slack/bolt'); const dotenv = require('dotenv') dotenv.config() -const cheerio = require('cheerio'); +const cheerio = require('cheerio'); //test synk const tapHtmlContent = fs.readFileSync('./tap-html.html', 'utf8'); const report = `./tap-html.html` const $ = cheerio.load(tapHtmlContent);