Skip to content

Commit

Permalink
Fix: UserEndpoint._login request
Browse files Browse the repository at this point in the history
* Request type wasn't set correctly. Issue is fixed
  • Loading branch information
utkusarioglu committed Feb 25, 2021
1 parent afb7fe3 commit a5fc3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/user.endpoint.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface UserEndpoint {
_v1: Post<
'/signup/v1/:requestId',
WithRequestId,
UserSignupReq,
UserSignupReq['Request'],
UserSessionRes
>;
};
Expand Down

0 comments on commit a5fc3e7

Please sign in to comment.