Skip to content

Commit

Permalink
Add the country id to the mentor application request (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshika47 authored Jan 22, 2025
2 parents c9e4f87 + ad29db1 commit e8a93f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useMentor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const useMentor = (mentorId: string | null | undefined) => {
{
application: data,
categoryId: data.category,
countryId: data.country,
},
{ withCredentials: true }
);
Expand Down

0 comments on commit e8a93f0

Please sign in to comment.