draft: todos

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-08-11 19:36:58 +02:00
parent e2ac4df537
commit e48a1c6a94
2 changed files with 2 additions and 1 deletions
@@ -117,7 +117,6 @@ class BoardImportService {
$this->importComments();
$this->importCardAssignments();
} catch (\Throwable $th) {
throw $th;
throw new BadRequestException($th->getMessage());
}
}