Browse Source

Re-add original code line

Unnecessary change to code
CLDC-1222-improve-case-log-import-performance
Mo Seedat 2 years ago
parent
commit
2c9c57f744
  1. 2
      app/models/lettings_log.rb

2
app/models/lettings_log.rb

@ -657,7 +657,7 @@ private
end
def upcase_and_remove_whitespace(string)
string&.upcase&.gsub(/\s+/, "")
string.present? ? string.upcase.gsub(/\s+/, "") : string
end
def fully_wheelchair_accessible?

Loading…
Cancel
Save