#11751 Fix node CSV

This commit is contained in:
miguel angel rasteu 2023-07-20 13:16:25 +02:00
parent 4d83071f1c
commit ed77e042e1
1 changed files with 3 additions and 1 deletions

View File

@ -1762,9 +1762,11 @@ function events_get_all(
}
}
$string_metaconsole_connections = reset($metaconsole_connections);
$explode_metaconsole_connections = explode(',', $string_metaconsole_connections);
$result_meta = Promise\wait(
parallelMap(
$metaconsole_connections,
$explode_metaconsole_connections,
function ($node_int) use ($sql, $history) {
try {
if (is_metaconsole() === true