From 9e63bb7180f7d20a5f0d476e364c9d3f30e97421 Mon Sep 17 00:00:00 2001 From: Paul Z Date: Fri, 10 Nov 2023 17:01:01 +0100 Subject: [PATCH] ars --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 33817ff..44584d5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -112,7 +112,7 @@ pub async fn main() { let mut registry = Registry::default(); registry.register( - "ars_games_total", + "ars_games", "number of games created", app_metrics.arc_games_total.clone(), );