This commit is contained in:
2025-02-19 19:43:08 -06:00
parent 4b488e8587
commit e56927eeb3

View File

@@ -29,7 +29,7 @@ auto show_cmd(int argc, char **argv, const app_config &cfg) -> int {
}
utils::error::handle_info(function_name,
fmt::format("", nlohmann::json(*entry).dump(2)));
fmt::format("{}", nlohmann::json(*entry).dump(2)));
return 0;
}
} // namespace monitarr