Browse Source

Fix duplicate bot formatting

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/10181/head
jld3103 2 years ago
parent
commit
29a89b924d
No known key found for this signature in database GPG Key ID: 9062417B9E8EB7B3
  1. 2
      lib/Controller/BotController.php

2
lib/Controller/BotController.php

@ -265,7 +265,7 @@ class BotController extends AEnvironmentAwareController {
foreach ($bots as $bot) {
$botData = $this->formatBot($bot, in_array($bot->getId(), $alreadyInstalled, true));
if ($botData !== null) {
$data[] = $this->formatBot($bot, in_array($bot->getId(), $alreadyInstalled, true));
$data[] = $botData;
}
}

Loading…
Cancel
Save