Skip to content

Commit dd157ae

Browse files
committed
remove comment
1 parent 0edbad6 commit dd157ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/workos.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export class WorkOS {
7272
readonly options: WorkOSOptions = {},
7373
) {
7474
if (!key) {
75-
// process might be undefined in some environments
7675
this.key = getEnv('WORKOS_API_KEY');
7776

7877
if (!this.key) {

0 commit comments

Comments
 (0)