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 0edbad6 commit dd157aeCopy full SHA for dd157ae
src/workos.ts
@@ -72,7 +72,6 @@ export class WorkOS {
72
readonly options: WorkOSOptions = {},
73
) {
74
if (!key) {
75
- // process might be undefined in some environments
76
this.key = getEnv('WORKOS_API_KEY');
77
78
if (!this.key) {
0 commit comments