This commit is contained in:
2025-02-19 19:43:08 -06:00
parent 79c5d1171c
commit 4d9b974865

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