Skip to content

Commit

Permalink
debug only call
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Dec 19, 2024
1 parent c399d5c commit a42819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/CardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function create($title, $stackId, $type, $order, $owner, $description = '
$this->changeHelper->cardChanged($card->getId(), false);
$this->eventDispatcher->dispatchTyped(new CardCreatedEvent($card));

[$card] = $this->enrichCards([$card]);
$this->enrichCards([$card]);

return $card;
}
Expand Down

0 comments on commit a42819a

Please sign in to comment.