From 771df8a0f6b7d4e9bebba32ea9aeafc3dc4c95b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:31:28 +0000 Subject: [PATCH] style: auto format --- lib/routes/mangadex/_profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/mangadex/_profile.ts b/lib/routes/mangadex/_profile.ts index b18434702..975c3d18f 100644 --- a/lib/routes/mangadex/_profile.ts +++ b/lib/routes/mangadex/_profile.ts @@ -27,7 +27,7 @@ const getSetting = async () => { return setting; }, config.cache.contentExpire, - false, + false ); };