Skip to content

Commit

Permalink
remove not needed func
Browse files Browse the repository at this point in the history
  • Loading branch information
kathap committed Oct 19, 2023
1 parent 43dc1a2 commit 098e6aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/actions/package_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ def update(package, message)
rescue Sequel::ValidationFailed => e
raise InvalidPackage.new(e.message)
end

def unprocessable!(message)
raise CloudController::Errors::ApiError.new_from_details('UnprocessableEntity', message)
end
end
end

0 comments on commit 098e6aa

Please sign in to comment.