Commit 797d592d authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Revert root Boost Repository

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #69301408 passed with stages
in 7 minutes and 11 seconds
......@@ -152,12 +152,6 @@ class Repository
$boost = (new Entities\Boost\Factory())->build($row['type']);
$boost->loadFromArray($row['data']);
$data = @json_decode($row['data'], true);
if ($data && $data['is_campaign']) {
continue;
}
$boosts[] = $boost;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment