Skip to content

Commit

Permalink
Merge pull request #8737 from eduardoj/fix_8734_comment_not_yet_imple…
Browse files Browse the repository at this point in the history
…mented_is_delete

Remove not yet implemented is_delete? method
  • Loading branch information
coolo committed Nov 18, 2019
2 parents 87e8fe6 + 5753a42 commit 857fe30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/app/models/staging/staged_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ def create
bs_request_action = request.bs_request_actions.first
if bs_request_action.is_submit?
link_package(bs_request_action)
elsif bs_request_action.is_delete?
# TODO: implement delete requests
end
# TODO: implement delete requests
end

result.each { |request| add_review_for_staged_request(request) }
Expand Down

0 comments on commit 857fe30

Please sign in to comment.