Skip to content

Commit

Permalink
Hotfix for incorrect usage of the list command
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrag committed Jan 27, 2025
1 parent 8ed9019 commit e5cecc2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ public static function findRemote(DataObject $contact, bool $organizationAllowed
$params,
[
'order' => '-createdDate',
'export' => true
]
);

return App::client()->contacts->list(
return App::client()->contacts->export(
customer: App::registrarConfig()->customerHandle(),
parameters: $params
)[0];
Expand Down

0 comments on commit e5cecc2

Please sign in to comment.