Skip to content

Commit

Permalink
Update analytics.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Tiwari <tiwari.nitish@gmail.com>
  • Loading branch information
nitisht authored Sep 30, 2023
1 parent 7fc72e0 commit 1c34ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/analytics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn total_event_stats() -> (u64, u64, u64) {

fn build_metrics() -> HashMap<String, Value> {
// sysinfo refreshed in previous function
// so no need to refresh again
// so no need to refresh again here
let sys = SYS_INFO.lock().unwrap();

let mut metrics = HashMap::new();
Expand Down

0 comments on commit 1c34ff6

Please sign in to comment.