docs: more comments

This commit is contained in:
Peace
2023-01-28 14:28:53 +01:00
parent aee4c22dee
commit d48eb24046

View File

@@ -768,6 +768,7 @@ message HealthCheckResponse {
!this.monitor.childrenIDs?.includes(monitor.id)
);
// Filter result by active state, weight and alphabetical
result.sort((m1, m2) => {
if (m1.active !== m2.active) {