fix(logger): Remove errant 'fi' statements

Remove 'fi' statements left over from previous logic checks.
This commit is contained in:
2026-07-22 23:33:49 -06:00
parent 04811805c3
commit df144a5211
-2
View File
@@ -95,7 +95,6 @@ writeJsonLog() {
--arg code "${5:999}" \
'{"timestamp":$timestamp, "hostname":$hostname, "programName":$pName, "pid":$pid, "level":$level, "status":$status, "message":$message, "operation":$operation, "code":$code}' \
)"
fi
echo "$PROPS" | jq "."
return
@@ -119,7 +118,6 @@ MESSAGE="$1"
OPERATION="${4:UNSPECIFIED}"
ERRNO="${5:999}"
end
fi
return
}