style: auto format

This commit is contained in:
github-actions[bot] 2022-12-16 12:17:03 +00:00
parent 9ec5d8f72e
commit c06ed3ef40
1 changed files with 0 additions and 1 deletions

View File

@ -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')();