fix
This commit is contained in:
@@ -29,7 +29,7 @@ auto show_cmd(int argc, char **argv, const app_config &cfg) -> int {
|
|||||||
}
|
}
|
||||||
|
|
||||||
utils::error::handle_info(function_name,
|
utils::error::handle_info(function_name,
|
||||||
fmt::format("", nlohmann::json(*entry).dump(2)));
|
fmt::format("{}", nlohmann::json(*entry).dump(2)));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
} // namespace monitarr
|
} // namespace monitarr
|
||||||
|
|||||||
Reference in New Issue
Block a user