From c06ed3ef40104aff4d396d3529aa177932d74251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:17:03 +0000 Subject: [PATCH] style: auto format --- lib/v2/picuki/profile.js | 1 - 1 file changed, 1 deletion(-) 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')();