Skip to content

Commit

Permalink
Update TrelloJsonService.php
Browse files Browse the repository at this point in the history
removed trailing white space, I am sorry for that thx for your patience.

Signed-off-by: mulles <[email protected]>
  • Loading branch information
mulles authored and backportbot[bot] committed Jan 2, 2025
1 parent 7467cca commit 1bbc19f
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 @@ -361,7 +361,7 @@ private function translateColor(?string $color): string {

private function replaceUsernames(string $text): string {
foreach ($this->getImportService()->getConfig('uidRelation') as $trello => $nextcloud) {
$text = str_replace($trello, $nextcloud, $text);
$text = str_replace($trello, $nextcloud, $text);
}
return $text;
}
Expand Down

0 comments on commit 1bbc19f

Please sign in to comment.