Merge pull request #5355 from nextcloud/backport/5354/stable28

This commit is contained in:
Julius Härtl
2023-12-06 21:39:59 +01:00
committed by GitHub

View File

@@ -332,7 +332,7 @@ class TrelloJsonService extends ABoardImportService {
return $return;
}
private function translateColor(string $color): string {
private function translateColor(?string $color): string {
switch ($color) {
case 'red':
return 'ff0000';