Skip to content

Commit

Permalink
Found another one
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed May 22, 2023
1 parent a4c1450 commit baa51c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Rest/Controllers/WarehouseControllerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public function updateHistory(Request $request, Application $app, $id)
array(
'success' => true,
'action' => $action,
'total' => count($history),
'total' => count($result),
'results' => $result
),
200
Expand Down

0 comments on commit baa51c7

Please sign in to comment.