Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Oct 4, 2023
1 parent 906ba81 commit 0c498c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/seam/connect/parse-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export const parseOptions = (
'https://connect.getseam.com'

const apiKey =
'apiKey' in options
? options.apiKey
: globalThis.process?.env?.SEAM_API_KEY
'apiKey' in options ? options.apiKey : globalThis.process?.env?.SEAM_API_KEY

return {
...options,
Expand Down

0 comments on commit 0c498c9

Please sign in to comment.