Skip to content

Commit

Permalink
oops that was not correct and obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jun 20, 2024
1 parent 4246c73 commit ac1517a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/LlmDriver/app/Orchestrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function handle(
* @NOTE
* this assumes way too much
*/
$message = get_latest_user_content($messagesArray)?->content;
$message = get_latest_user_content($messagesArray);

if (is_null($message)) {
Log::error('[LaraChain] Orchestration No Message Found', [
Expand Down

0 comments on commit ac1517a

Please sign in to comment.