1
0
Fork 0
mirror of synced 2024-09-06 12:51:43 +12:00

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
parent 62ee10493b
commit 44ead217ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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