Skip to content

Commit fd3a4eb

Browse files
authored
Fix syntax
1 parent 5c80c34 commit fd3a4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/seam/connect/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ export class SeamHttp {
6464

6565
get workspaces(): SeamHttpWorkspaces {
6666
if (this.#legacy) {
67-
return new SeamHttpLegacyWorkspaces.fromClient(this.client)
67+
return SeamHttpLegacyWorkspaces.fromClient(this.client)
6868
}
69-
return new SeamHttpWorkspaces.fromClient(this.client)
69+
return SeamHttpWorkspaces.fromClient(this.client)
7070
}
7171
}
7272

0 commit comments

Comments
 (0)