compare model fix

This commit is contained in:
SPRINX0\prochazka
2025-02-04 08:55:11 +01:00
parent d2192c4772
commit 846f63a708
4 changed files with 17 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ const doServerPing = value => {
}
apiCall('server-connections/ping', {
conidArray,
conidArray: _.compact(conidArray),
strmid,
});
};