Skip to content

Commit

Permalink
feat(dss-863)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Oct 22, 2024
1 parent b941c6d commit 581cec8
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 581cec8

Please sign in to comment.