Skip to content

Commit ee1f417

Browse files
committed
taking out api.ts change for now
1 parent f8a844c commit ee1f417

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/api/api.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ export const getWorkspaceByOwnerAndName = async (
142142
username = "me",
143143
workspaceName: string,
144144
): Promise<TypesGen.Workspace> => {
145-
const response = await axios.get<TypesGen.Workspace>(`/api/v2/users/${username}/workspace/${workspaceName}`, {
146-
params: { include_deleted: true },
147-
})
145+
const response = await axios.get<TypesGen.Workspace>(`/api/v2/users/${username}/workspace/${workspaceName}`)
148146
return response.data
149147
}
150148

0 commit comments

Comments
 (0)