From 5b00737b55a81dd015b9a38c33ad4e5755281fc8 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Wed, 6 Mar 2024 18:09:13 +0100 Subject: [PATCH] Update app/init.php Co-authored-by: Eldad A. Fux --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 8a407c6eda..ebd790b065 100644 --- a/app/init.php +++ b/app/init.php @@ -196,7 +196,7 @@ const FUNCTION_ALLOWLIST_HEADERS_RESPONSE = ['content-type', 'content-length']; const METRIC_TEAMS = 'teams'; const METRIC_USERS = 'users'; const METRIC_MESSAGES = 'messages'; -const METRIC_MESSAGES_COUNTRY_CODE = '{countryCode}.messages'; +const METRIC_MESSAGES_COUNTRY = '{countryCode}.messages'; const METRIC_SESSIONS = 'sessions'; const METRIC_DATABASES = 'databases'; const METRIC_COLLECTIONS = 'collections';