From d96bf69373670840a7b2b76afc355ea49b8ed2d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 15:38:52 +0000 Subject: [PATCH] style: auto format --- lib/v2/firecore/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {