Commit e9a5016e authored by Emiliano Balbuena's avatar Emiliano Balbuena

(fix): Campaigns not being listed because of defaults

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #71979543 passed with stages
in 8 minutes and 59 seconds
......@@ -49,8 +49,8 @@ class ElasticRepository
'owner_guid' => null,
'entity_urn' => null,
'state' => null,
'rating' => 3,
'quality' => 0,
'rating' => null,
'quality' => null,
], $opts);
$must = [];
......
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