Skip to content

Commit

Permalink
✨ Update npm package for shared
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Apr 21, 2024
1 parent b5756c6 commit 9d9cb33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-squids-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@panora/shared": minor
---

Updated scopes for 3rd parties
2 changes: 1 addition & 1 deletion packages/shared/src/envConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ export function needsSubdomain(provider: string, vertical: string): boolean {
const apiUrlIsBlank = providerConfig.urls.apiUrl! === '';

return authBaseUrlStartsWithSlash || apiUrlStartsWithSlash || apiUrlIsBlank;
}
}

0 comments on commit 9d9cb33

Please sign in to comment.