fix(dav): report status

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
John Molakvoæ 2023-09-18 11:29:15 +02:00 committed by backportbot[bot]
parent 709e785b53
commit cb5020483e

View file

@ -408,7 +408,6 @@ class FilesReportPlugin extends ServerPlugin {
$responses[] = new Response(
rtrim($this->server->getBaseUri(), '/') . $filesUri . $node->getPath(),
$result,
200
);
}
return $responses;