Skip to content

Commit 1b045ac

Browse files
seambotrazor-x
authored andcommitted
ci: Format code
1 parent 8aa101c commit 1b045ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/seam/connect/parse-options.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export const parseOptions = (
2727
'https://connect.getseam.com'
2828

2929
const apiKey =
30-
'apiKey' in options
31-
? options.apiKey
32-
: globalThis.process?.env?.SEAM_API_KEY
30+
'apiKey' in options ? options.apiKey : globalThis.process?.env?.SEAM_API_KEY
3331

3432
return {
3533
...options,

0 commit comments

Comments
 (0)