Skip to content

Commit

Permalink
fix: diygod animal-crossing
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Mar 28, 2020
1 parent 9710fde commit d5e0e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/blogs/diygod/animal-crossing.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = async (ctx) => {
const data = response.data;

const $ = cheerio.load(data);
$('style').remove();
const list = $('h2');

ctx.state.data = {
Expand Down

0 comments on commit d5e0e13

Please sign in to comment.