Skip to content

Commit

Permalink
Merge branch 'master' into aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Nov 10, 2024
2 parents 792e19f + 271f76f commit db49067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/app/Services/ModifiersService.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function update($id, array $request)
}
else {
$thresholds = $request['threshold'] ?? [];
$amounts = $request['amount'];
$amounts = $request['amount'] ?? [];

foreach($thresholds as $index => $threshold) {
$threshold = trim($threshold);
Expand Down

0 comments on commit db49067

Please sign in to comment.