Skip to content

Commit

Permalink
[health] fix connection status observed unit description
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Jan 21, 2025
1 parent a47c6e1 commit 1eec1f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ConnectionService(
Status.PASS -> 1L
else -> 0L
},
"Yes/No",
"boolean",
"Internet connection status"
),
"transport" to CheckResult(
Expand Down

0 comments on commit 1eec1f9

Please sign in to comment.