Skip to content

Commit

Permalink
Update packages/browser/src/utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aruniverse authored May 7, 2024
1 parent 9ec07ee commit 217c200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export function getImsAuthority(): string {
// swallow error
}

return `https://ims.bentley.com`;
return "https://ims.bentley.com";
}

0 comments on commit 217c200

Please sign in to comment.