Skip to content

Refactor: API 서비스를 코루틴으로 전환

a7fc58f
Select commit
Loading
Failed to load commit list.
Merged

Refactor/#117 mypage #118

Refactor: API 서비스를 코루틴으로 전환
a7fc58f
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Sep 15, 2025 in 3s

2 issues fixed. 1 issue found.

Annotations

Check warning on line 125 in app/src/main/java/com/toyou/toyouandroid/presentation/fragment/mypage/ProfileViewModel.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

app/src/main/java/com/toyou/toyouandroid/presentation/fragment/mypage/ProfileViewModel.kt#L125

Parentheses in (userNickname == nickname) are unnecessary and can be replaced with: userNickname == nickname. (detekt.UnnecessaryParentheses)