Closed ejrcarr closed 7 months ago
Seeing as the ID of the buildings are a case-sensitive string, it is necessary to respect casing when accepting a URL param. Therefore, the removal of the tolower() string when accepting the URL param fixes the issue.
Seeing as the ID of the buildings are a case-sensitive string, it is necessary to respect casing when accepting a URL param. Therefore, the removal of the tolower() string when accepting the URL param fixes the issue.