diff --git a/lib/v2/firecore/index.js b/lib/v2/firecore/index.js index 963a976ab..75461f85a 100644 --- a/lib/v2/firecore/index.js +++ b/lib/v2/firecore/index.js @@ -6,7 +6,7 @@ module.exports = async (ctx) => { const host = 'https://firecore.com/releases'; const { data } = await got(host); const $ = cheerio.load(data); - const items = $(`div.tab-pane.fade#${ctx.params.os}`) + const items = $(`div.tab-pane.fade#${ctx.params.os}`) .find('.release-date') .toArray() .map((item) => {