Skip to content

Commit

Permalink
ALTAPPS-1308: iOS fix Reply convenience init lintProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda committed Jul 30, 2024
1 parent a940512 commit cf2a090
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Foundation
import shared

extension Reply {
@available(*, deprecated, message: "Use shared companion object functions instead")
convenience init(
sortingChoices: [Bool]? = nil,
tableChoices: [TableChoiceAnswer]? = nil,
Expand Down Expand Up @@ -45,7 +46,7 @@ extension Reply {
checkProfile: checkProfile,
lines: lines,
prompt: nil,
lintProfile: nil
lintProfile: ""
)
}
}

0 comments on commit cf2a090

Please sign in to comment.