From 57ea542ff44b5e6e8aaf02c07fe97116a9ad41ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 16:11:58 +0000 Subject: [PATCH] style: auto format --- lib/v2/lever/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/v2/lever/index.js b/lib/v2/lever/index.js index 3006bbd2e..a8672a4ca 100644 --- a/lib/v2/lever/index.js +++ b/lib/v2/lever/index.js @@ -1,7 +1,6 @@ const got = require('@/utils/got'); const { parseDate } = require('@/utils/parse-date'); - // Initiate a HTTP GET request module.exports = async (ctx) => { const domain = ctx.params.domain;