Skip to content

Commit

Permalink
Option to cleanup non existing e-mails
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Jan 30, 2023
1 parent f798b0f commit 1bc7b00
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 145 deletions.
2 changes: 1 addition & 1 deletion classes/lhelastictrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public static function getList($params = array(), $executionParams = array())
return $objects;
}

public static function getAggregation($params = array(), $executionParams = array(), $aggregationName)
public static function getAggregation($params, $executionParams, $aggregationName)
{
$paramsDefault = array(
'limit' => 0
Expand Down
Loading

0 comments on commit 1bc7b00

Please sign in to comment.