Fix lint errors

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2022-12-27 14:17:27 +01:00
committed by Julius Härtl
parent 5eed353d5a
commit d25c7feb13
10 changed files with 10 additions and 11 deletions

View File

@@ -178,7 +178,6 @@ class BoardController extends ApiController {
* @throws \OCP\AppFramework\Db\MultipleObjectsReturnedException
*/
public function export($boardId) {
return $this->boardService->export($boardId);
}
}