Merge pull request #5354 from jacksbox/patch-1

This commit is contained in:
Julius Härtl
2023-12-06 18:04:43 +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';