Skip to content

Commit

Permalink
B #3167: Fix bugs (#3991)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
  • Loading branch information
jloboescalona2 authored and Tino Vázquez committed Nov 26, 2019
1 parent 23570ce commit 38654b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sunstone/routes/support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ def return_route(version, http_code = 200)
$conf[:one_last_version] = git_version
$conf[:one_version_time] = Time.now.to_i
end
return returnRoute($conf[:one_last_version])
return return_route($conf[:one_last_version])
end
end
return returnRoute(0, 400)
return return_route(0, 400)
end

post '/support/request/:id/action' do
Expand Down

0 comments on commit 38654b5

Please sign in to comment.