Skip to content

Commit

Permalink
Update V1Api.php
Browse files Browse the repository at this point in the history
Signed-off-by: Rello <Rello@users.noreply.github.com>
  • Loading branch information
Rello committed Jun 25, 2024
1 parent 9627905 commit 1d40b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Api/V1Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getData(int $nodeId, ?int $limit, ?int $offset, ?string $userId,

// now add the rows
foreach ($rows as $row) {
$rowData = $row->getDataArray();
$rowData = $row->getData();
$line = [];
foreach ($columns as $column) {
$value = '';
Expand Down

0 comments on commit 1d40b24

Please sign in to comment.