- useless comment

feature/1126
prplV 2025-03-06 11:00:17 +03:00
parent e952a07318
commit c028699bab
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ impl MonitoringImporter {
let cls = measure.get("cls");
let name = measure.get("name");
if id.is_some() && cls.is_some() {
// todo: later wait for Vaitaliy call of classification
let id = id.unwrap().as_i64().unwrap_or_default();
let cls = cls.unwrap().as_str().unwrap_or_else(|| "");
let name = name.unwrap_or_else(|| &Value::Null).as_str().unwrap_or_else(|| "null");