Skip to content

Commit

Permalink
Merge pull request #5997 from mamhoff/fix-processable-entity
Browse files Browse the repository at this point in the history
Fix(Promotions): Return 200 on benefits#edit
  • Loading branch information
tvdeyen authored Dec 4, 2024
2 parents f7a1391 + f9c577e commit e2f5282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def edit
if params.dig(:benefit, :calculator_type)
@benefit.calculator_type = params[:benefit][:calculator_type]
end
render layout: false, status: :unprocessable_entity
render layout: false
end

def update
Expand Down

0 comments on commit e2f5282

Please sign in to comment.