Skip to content

Commit

Permalink
fixup! feeds can now be scheduled same way as crons do
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Nov 23, 2023
1 parent ada6c0b commit 1cb868e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Model/Feed/FeedModuleRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getFeedModulesByConfigIndexedByDomainId(FeedConfig $feedConfig):
]);

if ($feedModule !== null) {
$feedModules[] = $feedModule;
$feedModules[$domainId] = $feedModule;

continue;
}
Expand Down

0 comments on commit 1cb868e

Please sign in to comment.