Merge pull request #40474 from nextcloud/fix/report-dav

pull/40465/head
John Molakvoæ 2023-09-18 14:07:10 +07:00 committed by GitHub
commit 9ea9743011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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