Skip to content

Commit

Permalink
Remove vestigial appendage
Browse files Browse the repository at this point in the history
  • Loading branch information
Haseeb Qureshi committed Jul 27, 2016
1 parent a53bb65 commit e770a42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/concerns/uber_command.rb
Expand Up @@ -130,7 +130,6 @@ def status(_) # No command argument.
def cancel(_) # No command argument.
ride = Ride.where(user_id: @user_id).order(:updated_at).last
return "Sorry, we couldn't find a ride for you to cancel." if ride.nil?
raise FormatError, SlackResponse::INVALID_RIDE if @ride.nil?

request_id = ride.request_id

Expand Down

0 comments on commit e770a42

Please sign in to comment.