chore: Update and fix the things

This commit is contained in:
J H
2024-03-28 10:40:47 -06:00
parent f41f5ebebd
commit 65ca038eee
9 changed files with 15 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ export const runHealthScript = async (
throw { status: "failure", message: errorMessage } as CheckResult
})
return {
status: "passing",
status: "success",
message: message(res.stdout.toString()),
} as CheckResult
}