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 8aa101c commit 1b045acCopy full SHA for 1b045ac
src/lib/seam/connect/parse-options.ts
@@ -27,9 +27,7 @@ export const parseOptions = (
27
'https://connect.getseam.com'
28
29
const apiKey =
30
- 'apiKey' in options
31
- ? options.apiKey
32
- : globalThis.process?.env?.SEAM_API_KEY
+ 'apiKey' in options ? options.apiKey : globalThis.process?.env?.SEAM_API_KEY
33
34
return {
35
...options,
0 commit comments