mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
Corrected formatting.
This commit is contained in:
@@ -1267,7 +1267,8 @@ function force_influx_data($data) {
|
||||
if (ctype_digit($data)) {
|
||||
return floatval($data);
|
||||
// Else it is a float
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return floatval($data);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user