Skip to content

Commit

Permalink
✏️ Fix typo in auth service
Browse files Browse the repository at this point in the history
  • Loading branch information
sukchan-0811 committed Nov 3, 2023
1 parent 32c53f4 commit e00190d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface AuthService {

@POST("/user/validateemail/pw/send/")
suspend fun sendCodeForResetPassword(
@Body seondCodeRequest: AuthSendCodeRequest
@Body sendCodeRequest: AuthSendCodeRequest
): Response<Void>

@POST("/user/validateemail/signup/accept/")
Expand Down

0 comments on commit e00190d

Please sign in to comment.