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

chore: remove return

This commit is contained in:
Christy Jacob 2024-01-29 20:25:23 +00:00
parent 1e966d6b2e
commit c192e48c48

View file

@ -57,7 +57,6 @@ class Messaging extends Action
if (empty($payload['project'])) {
throw new Exception('Project not set in payload');
return;
}
Console::log($payload['project']['$id']);