Skip to content

Commit

Permalink
Expermineting to drag results
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 18, 2024
1 parent 0b7b2d1 commit eb22aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ui/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function get() {
case 'up':
$system = new System($this->get['systemId']);
$arr = $system->getResultsAll();
echo $arr[6];
echo $arr;
break;
case 'down':
echo 'down';
Expand Down

0 comments on commit eb22aeb

Please sign in to comment.