Skip to content

Commit

Permalink
🐛 :: complete call 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsh153 committed Jul 11, 2024
1 parent 8108a48 commit 60dd0d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ final class InputInformationIntent: InputInformationIntentProtocol {
extension InputInformationIntent: InputProfileDelegate {
func completeToInputProfile(input: InputProfileInformationObject) {
model?.updateInputProfileInformationObject(object: input)
inputInformationDelegate?.completeToInputInformation()
model?.updateIsCompleteToInputAllInfo(isComplete: true)
}
}

0 comments on commit 60dd0d0

Please sign in to comment.