1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

chore: rename env variable

This commit is contained in:
Christy Jacob 2024-01-29 20:09:23 +00:00
parent 77c4c5d294
commit 1e966d6b2e

View file

@ -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;
}