Skip to content

Commit 9b89d29

Browse files
committed
Fix formatting.
1 parent a78368d commit 9b89d29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/workos.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ export class WorkOS {
6666
readonly widgets = new Widgets(this);
6767
readonly vault = new Vault(this);
6868

69-
constructor(readonly key?: string, readonly options: WorkOSOptions = {}) {
69+
constructor(
70+
readonly key?: string,
71+
readonly options: WorkOSOptions = {},
72+
) {
7073
if (!key) {
7174
// process might be undefined in some environments
7275
this.key =

0 commit comments

Comments
 (0)