diff --git a/lib/v2/picuki/profile.js b/lib/v2/picuki/profile.js index ef3da4cfa..ee6b48c81 100644 --- a/lib/v2/picuki/profile.js +++ b/lib/v2/picuki/profile.js @@ -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')();