Skip to content

Commit

Permalink
Merge pull request #347 from GSM-MSG/346-add-complete-call
Browse files Browse the repository at this point in the history
🔀 :: [#346] complete call 연결
  • Loading branch information
kimsh153 authored Jul 11, 2024
2 parents 8108a48 + 60dd0d0 commit 5848ca5
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 5848ca5

Please sign in to comment.