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 4593d61 commit d0c5aa0Copy full SHA for d0c5aa0
src/workos.ts
@@ -66,7 +66,10 @@ export class WorkOS {
66
readonly widgets = new Widgets(this);
67
readonly vault = new Vault(this);
68
69
- constructor(readonly key?: string, readonly options: WorkOSOptions = {}) {
+ constructor(
70
+ readonly key?: string,
71
+ readonly options: WorkOSOptions = {},
72
+ ) {
73
if (!key) {
74
// process might be undefined in some environments
75
this.key =
0 commit comments