Skip to content

Commit

Permalink
[ADD/#49] 서버통신 기본 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
0zlrlo committed Jan 12, 2023
1 parent 7cd6d6a commit 1d847d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class UserRepositoryImpl @Inject constructor(
override suspend fun postUserLogIn(
requestPostUserLogInDto: RequestPostUserLogInDto
): Result<BaseResponse<ResponsePostUserLogInDto>> =
kotlin.runCatching { userDataSource.postUserLogIn(requestPostUserLogInDto)}
kotlin.runCatching { userDataSource.postUserLogIn(requestPostUserLogInDto) }

override suspend fun patchUserTypeSignup(
requestPatchUserTypeDto: RequestPatchUserTypeDto
Expand Down

0 comments on commit 1d847d6

Please sign in to comment.