mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
update validation
This commit is contained in:
parent
49a0095cd5
commit
7e2fde3a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ class Messaging extends Action
|
|||
$credentials['accountSid'] ?? '',
|
||||
$credentials['authToken'] ?? '',
|
||||
null,
|
||||
!empty($credentials['messagingServiceSid']) ? $credentials['messagingServiceSid'] : null
|
||||
$credentials['messagingServiceSid'] ?? null
|
||||
),
|
||||
'textmagic' => new TextMagic(
|
||||
$credentials['username'] ?? '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue