refacto : komgaServiceConfig unused

This commit is contained in:
Julien Froidefond
2025-02-14 12:57:44 +01:00
parent bd652fc1ff
commit b7f12b8bf6
6 changed files with 5 additions and 25 deletions

View File

@@ -6,9 +6,6 @@ import { redirect } from "next/navigation";
export default async function HomePage() {
try {
const cookiesStore = cookies();
komgaConfigService.validateAndGetConfig(cookiesStore);
const data = await HomeService.getHomeData();
return <HomeContent data={data} />;