mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 00:43:29 +10:00
add an alternative to browserless, for lightweight servers
This commit is contained in:
@@ -68,8 +68,7 @@ async function checkPrinter() {
|
||||
async function checkStorage() {
|
||||
try {
|
||||
const storageService = getStorageService();
|
||||
const result = await storageService.healthcheck();
|
||||
return result;
|
||||
return await storageService.healthcheck();
|
||||
} catch (error) {
|
||||
return {
|
||||
status: "unhealthy",
|
||||
|
||||
Reference in New Issue
Block a user