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

@@ -227,7 +227,7 @@ export class Daemons<Manifest extends SDKManifest, Ids extends string> {
}) as CheckResult,
)
currentInput.lastResult = response.status || null
if (!currentInput.hadSuccess && response.status === "passing") {
if (!currentInput.hadSuccess && response.status === "success") {
currentInput.hadSuccess = true
resolve(child)
}