lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb in twilio-ruby-6.6.0 vs lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb in twilio-ruby-6.7.0
- old
+ new
@@ -243,10 +243,10 @@
# @return [NotificationList]
# @return [NotificationContext]
def notifications
unless @notifications
@notifications = NotificationList.new(
- @version, service_sid: @solution[:service_sid], identity: @solution[:identity], challenge_sid: @solution[:sid], )
+ @version, service_sid: @solution[:service_sid], identity: @solution[:identity], challenge_sid: @solution[:sid], )
end
@notifications
end
##