Skip to content

Commit

Permalink
chores(ui): codegen ui
Browse files Browse the repository at this point in the history
Signed-off-by: ashutosh16 <[email protected]>
  • Loading branch information
ashutosh16 committed Nov 6, 2024
1 parent 1823b6b commit 85de468
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/gen/ephemeral-access-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export interface AccessRequestResponseBody {
export const listAccessrequest = <TData = AxiosResponse<ListAccessRequestResponseBody>>(
options?: AxiosRequestConfig
): Promise<TData> => {
console.log('listAccessrequest')
return axios.get(`/accessrequests`, options);
};

Expand Down

0 comments on commit 85de468

Please sign in to comment.