mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Cleanup server fixme
This commit is contained in:
@@ -59,7 +59,6 @@ async function countVideoViewsOf (internalServerNumber: number, uuid: string) {
|
||||
|
||||
if (!total) return 0
|
||||
|
||||
// FIXME: check if we really need parseInt
|
||||
return parseInt(total + '', 10)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user