Skip to content

Commit

Permalink
Merge pull request #1329 from wakmusic/1328-open-source-license-data-…
Browse files Browse the repository at this point in the history
…is-empty
  • Loading branch information
baekteun authored Dec 8, 2024
2 parents 77afa4f + 0818756 commit 0d6b3bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class OpenSourceLicenseViewController: UIViewController, ViewControllerFr
override public func viewDidLoad() {
super.viewDidLoad()
configureUI()
inputBind()
outputBind()
inputBind()
bindBtn()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ public final class OpenSourceLicenseViewModel: Sendable {
let dataSource: BehaviorRelay<[OpenSourceLicense]> = BehaviorRelay(value: [])
}

init() {}
init() {
bind()
}

func bind() {
input.viewDidLoad.bind { [weak self] in
Expand Down

0 comments on commit 0d6b3bf

Please sign in to comment.