add missing return statement

This commit is contained in:
2025-08-04 23:32:53 +02:00
parent d1322d117a
commit 35a967c58f

View File

@@ -184,6 +184,7 @@ class ApiClient {
pdfFileData!,
); // TODO: proper error handling
log.info("PDF cached at: $cachedPdfPath");
return cachedFile;
} catch (e) {
log.warning("Error fetching PDF", e);
}