Skip to content

Commit d7b64c3

Browse files
committed
cleanup
1 parent 18c7cf0 commit d7b64c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/Controllers/FeedController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public function json(ServerRequestInterface $request): ResponseInterface
181181

182182
$formattedItems = [];
183183
foreach ($items as $item) {
184-
// Se o campo author estiver vazio, preencher com o nome do source
185184
$author = !empty($item['author'])
186185
? $item['author'] . ' em ' . $item['feed_title']
187186
: $item['feed_title'];

0 commit comments

Comments
 (0)