Skip to content

Commit

Permalink
Removed test variable..
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha committed Jan 16, 2025
1 parent 6ca8bb4 commit 6931dbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/Finna/src/Finna/AjaxHandler/GetCheckoutHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public function getCheckoutHistoryResult(int $page = 1, ?int $limit = null): arr
}
return [
'success' => true,
'status' => 'wat',
'function_result' => $result,
'pageOptions' => $pageOptions,
];
Expand Down

0 comments on commit 6931dbf

Please sign in to comment.