Skip to content

Commit e49a01f

Browse files
committed
all for multple tasks
1 parent d0d88a2 commit e49a01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/LlmDriver/app/Functions/CreateTasksTool.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ public function handle(
4040
Task::updateOrCreate([
4141
'name' => $name,
4242
'project_id' => $project->id,
43+
'due_date' => $due_date,
4344
],
4445
[
4546
'details' => $details,
46-
'due_date' => $due_date,
4747
'assistant' => $assistant,
4848
'user_id' => null, //@TODO coming back to this
4949
]);

0 commit comments

Comments
 (0)