Merge pull request #1832 from mark9064/patch-1

Fix engagement
pull/1868/head
TheFrenchGhosty 4 years ago committed by GitHub
commit 790167e914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -764,7 +764,7 @@ struct Video
end
def engagement : Float64
((likes + dislikes) / views).round(4)
(((likes + dislikes) / views) * 100).round(4)
end
def reason : String?

Loading…
Cancel
Save