mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: rename env variable
This commit is contained in:
parent
77c4c5d294
commit
1e966d6b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class Messaging extends Action
|
|||
$payload = $message->getPayload() ?? [];
|
||||
|
||||
if (empty($payload['project'])) {
|
||||
Console::error('Project not found');
|
||||
throw new Exception('Project not set in payload');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue