build the thing even if it isnt working!

This commit is contained in:
2025-09-05 17:45:17 +02:00
parent 59082187a6
commit fad3a7f07e

View File

@@ -31,6 +31,7 @@ export default function ChaptersSection(props: ChaptersSectionProps): ReactNode
}; };
const setDownloadingFrom = (id: MangaConnectorId, value: boolean): Promise<void> => { const setDownloadingFrom = (id: MangaConnectorId, value: boolean): Promise<void> => {
console.log(id, value);
return Promise.reject(); return Promise.reject();
}; };