@@ -141,7 +141,7 @@ |
||
141 | 141 | |
142 | 142 | public function getByCriteria(CriteriaInterface $criteria, string $transferName) |
143 | 143 | { |
144 | - $client = $this->getClient($transferName); |
|
144 | + $client = $this->getClient($transferName); |
|
145 | 145 | |
146 | 146 | $request = $criteria->createRequest($this->getMetadata($transferName)); |
147 | 147 |