Skip to content

Commit

Permalink
refactor: 파라미터 명 변경 (TeamNADA#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun99999 committed Apr 22, 2023
1 parent 04dbf5a commit 8b1345b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ extension HomeViewController {
}

private func checkUpdateVersion() {
updateUserInfoFetchWithAPI { [weak self] forceUpdateAgreement in
if !forceUpdateAgreement {
updateUserInfoFetchWithAPI { [weak self] checkUpdateNote in
if !checkUpdateNote {
self?.updateNoteFetchWithAPI { [weak self] updateNote in
if self?.checkUpdateAvailable(updateNote.latestVersion) ?? false {
self?.presentToUpdateVC(with: updateNote)
Expand Down

0 comments on commit 8b1345b

Please sign in to comment.