Skip to content

Commit 8d7cf54

Browse files
tixastronautanorkunas
authored andcommitted
Fixed csvExport method (#57)
* Fixed csvExport method * Fixed csvExport method * Fixed csvExport method
1 parent 38b4e7b commit 8d7cf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Devices.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public function onFocus($id, array $data)
224224
*/
225225
public function csvExport()
226226
{
227-
$url = '/players/csv-export?app_id=' . $this->api->getConfig()->getApplicationId();
227+
$url = '/players/csv_export?app_id=' . $this->api->getConfig()->getApplicationId();
228228

229229
return $this->api->request('POST', $url, [
230230
'headers' => [

0 commit comments

Comments
 (0)