From 0038c0cdb40b8cfa5f032e167c441ae25fe333d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 05:25:18 +0000 Subject: [PATCH] style: auto format --- lib/routes/bakamh/manga.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/routes/bakamh/manga.ts b/lib/routes/bakamh/manga.ts index 8f33365de..10f538227 100644 --- a/lib/routes/bakamh/manga.ts +++ b/lib/routes/bakamh/manga.ts @@ -1,10 +1,9 @@ import { Route } from '@/types'; import ofetch from '@/utils/ofetch'; -import {load} from 'cheerio'; +import { load } from 'cheerio'; import cache from '@/utils/cache'; import { parseDate } from '@/utils/parse-date'; - const url = 'https://bakamh.com'; const handler = async (ctx) => {