add missing return statement
This commit is contained in:
@@ -184,6 +184,7 @@ class ApiClient {
|
|||||||
pdfFileData!,
|
pdfFileData!,
|
||||||
); // TODO: proper error handling
|
); // TODO: proper error handling
|
||||||
log.info("PDF cached at: $cachedPdfPath");
|
log.info("PDF cached at: $cachedPdfPath");
|
||||||
|
return cachedFile;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log.warning("Error fetching PDF", e);
|
log.warning("Error fetching PDF", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user