Skip to content

Commit

Permalink
🐛 Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Apr 21, 2024
1 parent 03538df commit a416cc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shaggy-cows-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@panora/shared": patch
---

updated scopes
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 a416cc4

Please sign in to comment.