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 ); };