Skip to content

Commit 6f3004c

Browse files
committed
Cleanup FE from head request
1 parent ed93f5c commit 6f3004c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web-app/packages/lib/src/modules/project/projectApi.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,5 @@ export const ProjectApi = {
344344
return ProjectModule.httpService.get(
345345
`/v2/projects/${projectId}/collaborators`
346346
)
347-
},
348-
349-
async headProject(projectId: string): Promise<AxiosResponse<void>> {
350-
return ProjectModule.httpService.head(`/v2/projects/${projectId}`)
351347
}
352348
}

0 commit comments

Comments
 (0)