Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
idk what im saving this is garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp32147 committed Mar 20, 2024
1 parent b91749f commit 5bfc5d6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ export class Api<
*
* @tags User
* @name V1UsersMeList
* @summary get a user me
* @summary get a user me!!
* @request GET:/api/v1/users/me
* @secure
*/
Expand All @@ -866,12 +866,10 @@ export class Api<
* @secure
*/
v1UserUpdate: (
id: string,
updateUser: SchemaUpdateUser,
params: RequestParams = {}
) =>
this.request<SchemaUpdateUser, SchemaErrorResponse>({
path: `/api/v1/users/${id}`,
) => this.request<SchemaUpdateUser, SchemaErrorResponse>({
path: `/api/v1/users/me`,
method: 'PUT',
body: updateUser,
secure: true,
Expand Down

0 comments on commit 5bfc5d6

Please sign in to comment.