We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7cbcc commit 89ec851Copy full SHA for 89ec851
1 file changed
lib/bigbluebutton_formatter.rb
@@ -22,7 +22,7 @@ def to_int(key)
22
unless @hash.has_key?(key)
23
0
24
else
25
- @hash[key] = @hash[key].to_i
+ @hash[key] = @hash[key].to_i rescue 0
26
end
27
28
0 commit comments