We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e783c commit d952b8fCopy full SHA for d952b8f
1 file changed
libraries/windows_updates.rb
@@ -17,6 +17,7 @@ def initialize(data)
17
end
18
19
def title
20
+ @data = @data.is_a?(Array) ? @data.flatten[0] : (@data || {})
21
@data['Title']
22
23
0 commit comments