Browse Source

Add full stop elsewhere

pull/2674/head
Manny Dinssa 2 years ago
parent
commit
e0c3bdcdf5
  1. 4
      app/services/uprn_client.rb

4
app/services/uprn_client.rb

@ -13,10 +13,10 @@ class UprnClient
def call
unless response.is_a?(Net::HTTPSuccess) && result.present?
@error = "UPRN is not recognised. Check the number, or enter the address"
@error = "UPRN is not recognised. Check the number, or enter the address."
end
rescue JSON::ParserError
@error = "UPRN is not recognised. Check the number, or enter the address"
@error = "UPRN is not recognised. Check the number, or enter the address."
end
def result

Loading…
Cancel
Save