style: auto format
This commit is contained in:
parent
9ec5d8f72e
commit
c06ed3ef40
|
|
@ -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')();
|
||||
|
|
|
|||
Loading…
Reference in New Issue