mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Replace backticks with double quotes
This commit is contained in:
@@ -193,7 +193,7 @@ class Messaging extends Action
|
||||
$details[] = $response->getDetails();
|
||||
foreach ($details as $detail) {
|
||||
if ($detail['status'] === 'failure') {
|
||||
$deliveryErrors[] = `Failed sending to target {$detail['recipient']} with error: {$detail['error']}`;
|
||||
$deliveryErrors[] = "Failed sending to target {$detail['recipient']} with error: {$detail['error']}";
|
||||
}
|
||||
|
||||
// Deleting push targets when token has expired.
|
||||
|
||||
Reference in New Issue
Block a user