Corrected with rubocop cop 'Style/SpaceBeforeComment'.
This commit is contained in:
parent
2954485f93
commit
ef093f6806
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ class Channel::TWITTER2
|
||||||
provider: 'twitter'
|
provider: 'twitter'
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
Rails.logger.info 'user exists'#, user.inspect
|
Rails.logger.info 'user exists'
|
||||||
end
|
end
|
||||||
|
|
||||||
# set current user
|
# set current user
|
||||||
|
|
|
@ -90,7 +90,7 @@ returns
|
||||||
# set ticket escalation
|
# set ticket escalation
|
||||||
self.escalation_time = calculation_higher_time( escalation_time, first_response_escal_date, first_response )
|
self.escalation_time = calculation_higher_time( escalation_time, first_response_escal_date, first_response )
|
||||||
end
|
end
|
||||||
if first_response# && !self.first_response_in_min
|
if first_response
|
||||||
|
|
||||||
# get response time in min between created and first response
|
# get response time in min between created and first response
|
||||||
self.first_response_in_min = escalation_suspend( created_at, first_response, 'real', sla_selected )
|
self.first_response_in_min = escalation_suspend( created_at, first_response, 'real', sla_selected )
|
||||||
|
|
Loading…
Reference in a new issue