Update src/Appwrite/Platform/Workers/Messaging.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Shimon Newman
2024-02-15 16:28:02 +02:00
committed by GitHub
co-authored by Christy Jacob
parent 62ee10493b
commit 44ead217ac
+1 -1
View File
@@ -129,7 +129,7 @@ class Messaging extends Action
$queueForUsage->addMetric(str_replace('{countryCode}', $countryCode, METRIC_MESSAGES_COUNTRY_CODE), 1);
} catch (\libphonenumber\NumberParseException $e) {
console::error("Error parsing number: " . $e->getMessage());
Console::error("Error parsing number: " . $e->getMessage());
}
$queueForUsage