Skip to content

Commit

Permalink
fix: 머지 과정 중 누락된 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Changhyun-Kyle committed Feb 8, 2024
1 parent 0921887 commit 0fca4b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private extension BankViewController {
}

func addClient(count: Int) {

self.viewModel.addClients(count: count)
}

func runBank(count: Int) {
Expand Down

0 comments on commit 0fca4b4

Please sign in to comment.