Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
Co-authored-by: Tony <[email protected]>
  • Loading branch information
JimenezLi and TonyRL authored Sep 22, 2023
1 parent 3e5a512 commit 82e87cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/v2/osu/beatmaps/packs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = async (ctx) => {
const link = `https://osu.ppy.sh/beatmaps/packs?type=${type}`;

const response = await got.get(link);
require('fs').writeFileSync('./test_osu_429.html', String(response.data));
const $ = cheerio.load(response.data);
const itemList = $('.beatmap-pack');

Expand Down

0 comments on commit 82e87cd

Please sign in to comment.