mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Workers/Messaging.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
co-authored by
Christy Jacob
parent
62ee10493b
commit
44ead217ac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user