Skip to content

Commit

Permalink
Merge pull request #5355 from nextcloud/backport/5354/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Dec 6, 2023
2 parents e8ab1ad + 363812f commit 49d9f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/Importer/Systems/TrelloJsonService.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public function getAclList(): array {
return $return;
}

private function translateColor(string $color): string {
private function translateColor(?string $color): string {
switch ($color) {
case 'red':
return 'ff0000';
Expand Down

0 comments on commit 49d9f97

Please sign in to comment.