docs: more comments

pull/2693/head
Peace 2 years ago
parent aee4c22dee
commit d48eb24046
No known key found for this signature in database
GPG Key ID: 0EF6B46E172B739F

@ -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) {

Loading…
Cancel
Save