Commit 08d1d75d authored by Ben Hayward's avatar Ben Hayward

expanded from just review stage to all

1 merge request!251[Sprint/InterestingIguana](feat): Offchain boost rate limiting #475
Pipeline #74997635 canceled with stages
in 29 seconds
......@@ -200,7 +200,6 @@ class Manager
public function getOffchainBoosts($boost, $limit = 10) {
$existingBoosts = $this->getList([
'useElastic' => true,
'state' => 'review',
'type' => $boost->getType(),
'limit' => $limit,
'order' => 'desc',
......
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