Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Oct 22, 2024
1 parent 5118461 commit b9fea01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function useOneSageURL(
return useMemo(
() =>
getOneSageUrl(
window.location.host.toLowerCase(),
window.location.hostname.toLowerCase(),
currentBackendEndpoint,
appId,
path,
Expand Down

0 comments on commit b9fea01

Please sign in to comment.