From a790db738f82c0cb00002af041816f46e29176d6 Mon Sep 17 00:00:00 2001 From: Justin Kilpatrick Date: Tue, 17 Oct 2023 08:41:33 -0400 Subject: [PATCH] Fix sort order for flat usage data I believed we needed to reverse the sort order from the default greatest to least to least to greatest for frontend display on the operator tools side, but that was actually already taken care of. --- althea_types/src/user_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/althea_types/src/user_info.rs b/althea_types/src/user_info.rs index 559149e32..587d5739a 100644 --- a/althea_types/src/user_info.rs +++ b/althea_types/src/user_info.rs @@ -173,6 +173,6 @@ pub fn convert_map_to_flat_usage_data(input: HashMap) -> VecDeque