1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Remove $ from task document

This commit is contained in:
kodumbeats 2021-07-16 10:32:20 -04:00
parent 2619157dd0
commit ce742b104e

View file

@ -1006,7 +1006,7 @@ App::post('/v1/projects/:projectId/tasks')
$task = new Document([
'$id' => $dbForConsole->getId(),
'$projectId' => $project->getId(),
'projectId' => $project->getId(),
'name' => $name,
'status' => $status,
'schedule' => $schedule,