Skip to content

Commit

Permalink
F #3167: Fix typo on Sunstone backend
Browse files Browse the repository at this point in the history
Preventing the correct caching of the validate token
  • Loading branch information
tinova committed Apr 10, 2019
1 parent 0564b9d commit 56f758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sunstone/routes/support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def check_zendesk_api_gem
end

if !http.nil? && http.response_code < 400
$conf[:opennebula_support_time] = Time.now.to_i
$conf[:one_support_time] = Time.now.to_i
[200, JSON.pretty_generate(:pass => true)]
else
[400, JSON.pretty_generate(:pass => false)]
Expand Down

0 comments on commit 56f758d

Please sign in to comment.