Compare commits
No commits in common. "922ece8af4edf4c76caecbd226b9e253d730e596" and "61f15bdf21e8d5c6c2db12bfa3f6f57f2284fbad" have entirely different histories.
922ece8af4
...
61f15bdf21
|
@ -236,8 +236,7 @@ function output(): void
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$prom .= "# \n";
|
$prom .= "# \n";
|
||||||
$prom .= "# global counter : $globalCounter\n";
|
$prom .= "# global counter : $globalCounter\n";
|
||||||
|
|
||||||
$filteredData = [];
|
$filteredData = [];
|
||||||
|
|
||||||
foreach ($data as $entry) {
|
foreach ($data as $entry) {
|
||||||
|
|
Loading…
Reference in New Issue