We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86083cd commit 73fb0e0Copy full SHA for 73fb0e0
src/lib/seam/connect/client.ts
@@ -81,8 +81,8 @@ export class SeamHttp {
81
const parseOptions = (options: SeamHttpOptions): Required<SeamHttpOptions> => {
82
const endpoint =
83
options.endpoint ??
84
- globalThis?.process?.env?.['SEAM_ENDPOINT'] ??
85
- globalThis?.process?.env?.['SEAM_API_URL'] ??
+ globalThis.process?.env?.['SEAM_ENDPOINT'] ??
+ globalThis.process?.env?.['SEAM_API_URL'] ??
86
'https://connect.getseam.com'
87
88
const apiKey =
0 commit comments