mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
style: auto format
This commit is contained in:
@@ -6,7 +6,6 @@ const path = require('path');
|
||||
const config = require('@/config').value;
|
||||
const { puppeteerGet } = require('./utils');
|
||||
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
// use Puppeteer due to the obstacle by cloudflare challenge
|
||||
const browser = await require('@/utils/puppeteer')();
|
||||
|
||||
Reference in New Issue
Block a user