Update TrelloJsonService.php

removed trailing white space, I am sorry for that thx for your patience.

Signed-off-by: mulles <com.github@emu.lu>
This commit is contained in:
mulles
2024-05-22 10:28:47 +02:00
committed by GitHub
parent db4db8a696
commit be263513b3

View File

@@ -344,7 +344,7 @@ class TrelloJsonService extends ABoardImportService {
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;
}