Skip to content

Commit

Permalink
chore: Fix PurgeReverseProxyCacheMessageHandler to search for all Nod…
Browse files Browse the repository at this point in the history
…esSources
  • Loading branch information
roadiz-ci committed Dec 3, 2024
1 parent dc07764 commit 88e07f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function __invoke(PurgeReverseProxyCacheMessage $message): void
{
$nodeSource = $this->managerRegistry
->getRepository(NodesSources::class)
->setDisplayingAllNodesStatuses(true)
->find($message->getNodeSourceId());
if (null === $nodeSource) {
throw new UnrecoverableMessageHandlingException('NodesSources does not exist anymore.');
Expand Down

0 comments on commit 88e07f1

Please sign in to comment.