add missing return statement
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user