Skip to content

Commit

Permalink
Merge pull request #729 from bcgov/yj
Browse files Browse the repository at this point in the history
feat(dss-863)
  • Loading branch information
ychung-mot authored Oct 22, 2024
2 parents b941c6d + 581cec8 commit 4815601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/StrDss.Service/HttpClients/GeocoderApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private string SanitizeAddress(string address)
{
var toRemove = ", Canada";

address = address.Replace("#", " ");
address = address.Replace("#", " UNIT ");

if (address.EndsWith(toRemove))
{
Expand Down

0 comments on commit 4815601

Please sign in to comment.