mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update src/Appwrite/Platform/Workers/Messaging.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
62ee10493b
commit
44ead217ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue