mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: linter
This commit is contained in:
parent
dfbe3220d8
commit
6cef099890
1 changed files with 0 additions and 1 deletions
|
|
@ -423,7 +423,6 @@ class Messaging extends Action
|
|||
|
||||
try {
|
||||
$result = $this->adapter->send($sms);
|
||||
var_dump($result);
|
||||
} catch (\Throwable $th) {
|
||||
throw new \Exception('Failed sending to targets with error: ' . $th->getMessage());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue