Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Nov 28, 2024
1 parent 11bfadd commit e16860f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Controller/DirectoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function update(): JSONResponse
$exception->setMessage('Property "directory" is required');
}


return new JSONResponse(data: ['message' => $exception->getMessage()], statusCode: 400);
}

Expand Down

0 comments on commit e16860f

Please sign in to comment.