Skip to content

Commit c38b555

Browse files
authored
chore: 중복된 닉네임의 오류 메세지 수정 (#446)
1 parent fd33f99 commit c38b555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/eatssu/android/data/remote/repository/UserRepositoryImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class UserRepositoryImpl @Inject constructor(
3333
Result.success(Unit)
3434
} else {
3535
Result.failure(
36-
Exception("올바르지 않은 닉네임이에요.")
36+
Exception("이미 사용 중인 닉네임이에요.")
3737
)
3838
}
3939
}

0 commit comments

Comments
 (0)