lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb in twilio-ruby-6.0.0.pre.rc.3 vs lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb in twilio-ruby-6.0.0

- old
+ new

@@ -247,17 +247,11 @@ # @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 ## # Provide a user friendly representation