We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c80c34 commit fd3a4ebCopy full SHA for fd3a4eb
1 file changed
src/lib/seam/connect/client.ts
@@ -64,9 +64,9 @@ export class SeamHttp {
64
65
get workspaces(): SeamHttpWorkspaces {
66
if (this.#legacy) {
67
- return new SeamHttpLegacyWorkspaces.fromClient(this.client)
+ return SeamHttpLegacyWorkspaces.fromClient(this.client)
68
}
69
- return new SeamHttpWorkspaces.fromClient(this.client)
+ return SeamHttpWorkspaces.fromClient(this.client)
70
71
72
0 commit comments