Skip to content

Commit

Permalink
Merge pull request #84 from igorovic/master
Browse files Browse the repository at this point in the history
fix UserResponse user_id
  • Loading branch information
chregu authored Nov 18, 2023
2 parents 5d27f4b + 81a6918 commit 0413cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface UserApiKeyListResponse extends RokkaResponse {
}

export interface UserResponse extends RokkaResponse {
body: { id: string; email?: string; api_keys: UserApiKey[] }
body: { user_id: string; email?: string; api_keys: UserApiKey[] }
}

export interface RequestQueryParamsNewToken extends RequestQueryParams {
Expand Down

0 comments on commit 0413cbb

Please sign in to comment.