Skip to content

Commit 4512a9b

Browse files
committed
Remove field from ts
1 parent 9c9a5e2 commit 4512a9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/src/api/api.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ export const getWorkspacesURL = (filter?: TypesGen.WorkspaceFilter): string => {
120120
const basePath = "/api/v2/workspaces"
121121
const searchParams = new URLSearchParams()
122122

123-
if (filter?.organization_id) {
124-
searchParams.append("organization_id", filter.organization_id)
125-
}
126123
if (filter?.owner) {
127124
searchParams.append("owner", filter.owner)
128125
}

0 commit comments

Comments
 (0)