Skip to content

Commit 6ff1ba0

Browse files
committed
do not hide cyclops errors when deleting
1 parent d8fcf13 commit 6ff1ba0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UseCases/PushDeletedToCyclopsUseCase.php

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function execute(CyclopsCustomerListEntity $list, callable $onCustomerDel
3131
if ($onCustomerDeleted !== null) {
3232
$onCustomerDeleted($item, false);
3333
}
34-
} catch (CyclopsException $exception) {
3534
}
3635
}
3736
}

0 commit comments

Comments
 (0)